Skip to content

Commit d610cf3

Browse files
fix: --keep and other flags will work with install.zsh
1 parent 6d8c83a commit d610cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ main() {
7373
return 0
7474
}
7575

76-
main $@
76+
main "$@"
7777

7878
[[ $? -eq 0 ]] && source "${ZDOTDIR:-$HOME}/.zshrc" || return
7979

0 commit comments

Comments
 (0)