Skip to content

Commit e5881d1

Browse files
GokceGKmarceljk
andauthored
Apply suggestion from @marceljk
Co-authored-by: Marcel Jacek <72880145+marceljk@users.noreply.github.com>
1 parent 9c50f32 commit e5881d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • internal/cmd/beta/sfs/project-lock/unlock

internal/cmd/beta/sfs/project-lock/unlock/unlock.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func NewCmd(params *types.CmdParams) *cobra.Command {
6666
return fmt.Errorf("disable project lock: %w", err)
6767
}
6868

69-
params.Printer.Outputf("Project \"%s\" is successfully unlocked.\n", projectLabel)
69+
params.Printer.Outputf("Project %q is successfully unlocked.\n", projectLabel)
7070

7171
return nil
7272
},

0 commit comments

Comments
 (0)