Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
  • Loading branch information
marckhouzam committed Mar 22, 2022
1 parent 9551ffa commit d577fa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubectl-plugin_completion
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ EOF
chmod +x "$compDir/$compFile"
echo -e "${GREEN}Shell completion for plugin '$pluginName' has been generated.${NC}"
else
echo -e "${YELLOW}Shell completion for plugin '$pluginName' is cannot be generated (the plugin does not use Cobra).${NC}"
echo -e "${YELLOW}Shell completion for plugin '$pluginName' cannot be generated (the plugin does not use Cobra).${NC}"
fi
else
if ls "$compDir/$compFile" > /dev/null 2>&1 ; then
Expand Down
2 changes: 1 addition & 1 deletion plugin-completion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- darwin
- linux
uri: https://github.com/marckhouzam/kubectl-plugin_completion/releases/download/v0.1.0/plugin-completion.tar.gz
sha256: 44a39b1c425517505208f009a27f77875c08aaeb564c0569743b175b458c6c90
sha256: 379fc96afb66f79227bac5464924dd1a553b19fd0dfa47cce8ba0c96c3cfe46c
bin: kubectl-plugin_completion
files:
- from: kubectl-plugin_completion
Expand Down

0 comments on commit d577fa2

Please sign in to comment.