Skip to content

Commit

Permalink
Update pkg/auxents/completion.go
Browse files Browse the repository at this point in the history
Co-authored-by: John Kerl <[email protected]>
  • Loading branch information
balki and johnkerl authored Nov 1, 2024
1 parent 40da833 commit 1733e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auxents/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func genCompletion(args []string) int {
}

if args[0] != "bash" {
fmt.Println("Unsupported shell: %s\n", args[0])
fmt.Printlf("Unsupported shell: %s\n", args[0])

Check failure on line 28 in pkg/auxents/completion.go

View workflow job for this annotation

GitHub Actions / build (ubuntu-latest)

undefined: fmt.Printlf

Check failure on line 28 in pkg/auxents/completion.go

View workflow job for this annotation

GitHub Actions / build (macos-latest)

undefined: fmt.Printlf
printUsage()
return 1
}
Expand Down

0 comments on commit 1733e06

Please sign in to comment.