diff --git a/kubectl-plugin_completion b/kubectl-plugin_completion index 9a412d8..f323a05 100755 --- a/kubectl-plugin_completion +++ b/kubectl-plugin_completion @@ -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 diff --git a/plugin-completion.yaml b/plugin-completion.yaml index d62f5fe..c1b418f 100755 --- a/plugin-completion.yaml +++ b/plugin-completion.yaml @@ -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