fixes pull existing feature from remote.
diff --git a/git-flow-feature b/git-flow-feature
index e97d678..eea2b6a 100644
--- a/git-flow-feature
+++ b/git-flow-feature
@@ -507,7 +507,7 @@
 				exit 1
 			fi
 		else
-			it pull -q "$REMOTE" "$BRANCH" || die "Failed to pull from remote '$REMOTE'."
+			git pull -q "$REMOTE" "$BRANCH" || die "Failed to pull from remote '$REMOTE'."
 		fi
 
 		echo "Pulled $REMOTE's changes into $BRANCH."