Skip to content

Commit

Permalink
fixes pull existing feature from remote.
Browse files Browse the repository at this point in the history
  • Loading branch information
memleak committed Jun 1, 2012
1 parent ab7fda2 commit 12c2a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-flow-feature
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ cmd_pull() {
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."
Expand Down

0 comments on commit 12c2a9c

Please sign in to comment.