Commit 49dc1fb41307102d38fd59f1176ce29f105ed3a0
1 parent
3ddbb44cc1
fix argument order
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
antigen.zsh
... | ... | @@ -209,7 +209,7 @@ antigen-revert () { |
209 | 209 | # Save current revision. |
210 | 210 | local old_rev="$(--plugin-git rev-parse HEAD)" |
211 | 211 | # Pull changes if update requested. |
212 | - (cd "$clone_dir" && git pull --no-pager) | |
212 | + (cd "$clone_dir" && git --no-pager pull) | |
213 | 213 | #--plugin-git pull |
214 | 214 | # Update submodules. |
215 | 215 | (cd "$clone_dir" && git submodule update --recursive) |