Skip to content

Commit

Permalink
Merge pull request #170 from zap-zsh/wintermi
Browse files Browse the repository at this point in the history
fix: install.sh: support ZSH(<5.8)
  • Loading branch information
wintermi authored Jun 24, 2023
2 parents 89b7841 + b365784 commit aed067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ main() {
echo "⚡ Zap - Installer\n"

zmodload zsh/zutil
zparseopts -D -F -K -- \
zparseopts -D -K -- \
{h,-help}=HELP \
{k,-keep}=KEEP \
{b,-branch}:=BRANCH ||
Expand Down

0 comments on commit aed067f

Please sign in to comment.