commit | a223c3a63326f4803f7679748933c0740fcf2dc8 | [log] [tgz] |
---|---|---|
author | Kostas <kostas.perifanos@pearson.com> | 周四 5月 31 12:28:37 2012 +0100 |
committer | Kostas <kostas.perifanos@pearson.com> | 周四 5月 31 12:28:37 2012 +0100 |
tree | 1ed54a9a0c30f07a6f604fd465d405f2b082616e | |
parent | ab7fda21f1009d8cc073fc9ae6152731f6bfee8a [diff] |
fixed small bug in line 510, 'it' instead of 'git'
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."