We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df1ad2 commit 9c50f32Copy full SHA for 9c50f32
1 file changed
internal/cmd/beta/sfs/project-lock/lock/lock.go
@@ -98,7 +98,7 @@ func outputResult(p *print.Printer, outputFormat, projectLabel string, resp *sfs
98
return fmt.Errorf("enable project lock response is empty")
99
}
100
101
- p.Outputf("Project \"%s\" is successfully locked.\n", projectLabel)
+ p.Outputf("Project %q is successfully locked.\n", projectLabel)
102
return nil
103
})
104
0 commit comments