Skip to content

Commit

Permalink
fix: new version detection message
Browse files Browse the repository at this point in the history
Signed-off-by: Joke de Buhr <joke@xckk.de>
  • Loading branch information
joke committed Mar 12, 2023
1 parent 48c5ca5 commit c218b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
local compfile=$1/functions/_minikube
if [[ ! -e $compfile || $compfile -ot $command ]]; then
$command completion zsh >| $compfile
zimfw check-dumpfile
print -u2 -PR "* Detected a new version 'minikube'. Regenerated completions."
fi
} ${0:h}

0 comments on commit c218b2b

Please sign in to comment.