Skip to content

Commit e4ec730

Browse files
committed
Fix test
1 parent 142f9a5 commit e4ec730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/clace/app_cmds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ func printApproveResult(approveResult types.ApproveResult) {
385385

386386
secrets = fmt.Sprintf(" secrets=%s", buf.String())
387387
}
388-
fmt.Printf(" %s.%s %s %s %s\n", perm.Plugin, perm.Method, perm.Arguments, permType(perm), secrets)
388+
fmt.Printf(" %s.%s %s %s%s\n", perm.Plugin, perm.Method, perm.Arguments, permType(perm), secrets)
389389
}
390390
}
391391

0 commit comments

Comments
 (0)