Commit a223c3a6 authored by Kostas's avatar Kostas

fixed small bug in line 510, 'it' instead of 'git'

parent ab7fda21
...@@ -507,7 +507,7 @@ cmd_pull() { ...@@ -507,7 +507,7 @@ cmd_pull() {
exit 1 exit 1
fi fi
else 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 fi
echo "Pulled $REMOTE's changes into $BRANCH." echo "Pulled $REMOTE's changes into $BRANCH."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment