Fix test for unsupported shell type
This commit is contained in:
parent
4e579e544c
commit
09f3d176ff
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ When installing with Homebrew, see https://docs.brew.sh/Shell-Completion
|
|||
case "fish":
|
||||
genFishCompletion(RootCmd, cmd.OutOrStdout())
|
||||
default:
|
||||
return fmt.Errorf("unsupported shell type %s", shellType)
|
||||
return fmt.Errorf("unsupported shell type %q", shellType)
|
||||
}
|
||||
return nil
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue