We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c50f32 commit e5881d1Copy full SHA for e5881d1
1 file changed
internal/cmd/beta/sfs/project-lock/unlock/unlock.go
@@ -66,7 +66,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
66
return fmt.Errorf("disable project lock: %w", err)
67
}
68
69
- params.Printer.Outputf("Project \"%s\" is successfully unlocked.\n", projectLabel)
+ params.Printer.Outputf("Project %q is successfully unlocked.\n", projectLabel)
70
71
return nil
72
},
0 commit comments