Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit a223c3a

Browse files
author
Kostas
committed
fixed small bug in line 510, 'it' instead of 'git'
1 parent ab7fda2 commit a223c3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

git-flow-feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ cmd_pull() {
507507
exit 1
508508
fi
509509
else
510-
it pull -q "$REMOTE" "$BRANCH" || die "Failed to pull from remote '$REMOTE'."
510+
git pull -q "$REMOTE" "$BRANCH" || die "Failed to pull from remote '$REMOTE'."
511511
fi
512512

513513
echo "Pulled $REMOTE's changes into $BRANCH."

0 commit comments

Comments
 (0)