Skip to content

Commit 9c50f32

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func outputResult(p *print.Printer, outputFormat, projectLabel string, resp *sfs
9898
return fmt.Errorf("enable project lock response is empty")
9999
}
100100

101-
p.Outputf("Project \"%s\" is successfully locked.\n", projectLabel)
101+
p.Outputf("Project %q is successfully locked.\n", projectLabel)
102102
return nil
103103
})
104104
}

0 commit comments

Comments
 (0)