We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ac5bf commit 81a9313Copy full SHA for 81a9313
cmd/krew/cmd/root.go
@@ -114,7 +114,7 @@ func init() {
114
func preRun(_ *cobra.Command, _ []string) error {
115
// check must be done before ensureDirs, to detect krew's self-installation
116
if !internal.IsBinDirInPATH(paths) {
117
- internal.PrintWarning(os.Stderr, internal.SetupInstructions()+"\n\n")
+ internal.PrintWarning(os.Stderr, "%s", internal.SetupInstructions()+"\n\n")
118
}
119
120
if err := ensureDirs(paths.BasePath(),
0 commit comments