From 49dc1fb41307102d38fd59f1176ce29f105ed3a0 Mon Sep 17 00:00:00 2001 From: Xavier Garrido Date: Fri, 15 Feb 2013 17:50:45 +0100 Subject: [PATCH] fix argument order --- antigen.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antigen.zsh b/antigen.zsh index c3bd32e..3803f09 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -209,7 +209,7 @@ antigen-revert () { # Save current revision. local old_rev="$(--plugin-git rev-parse HEAD)" # Pull changes if update requested. - (cd "$clone_dir" && git pull --no-pager) + (cd "$clone_dir" && git --no-pager pull) #--plugin-git pull # Update submodules. (cd "$clone_dir" && git submodule update --recursive) -- 2.0.0