commit | 2d5a9ba50bd635c5dbd051563db2f9857b086ef3 | [log] [tgz] |
---|---|---|
author | XpLoDWilD <me@xplod.fr> | Wed Jan 22 08:58:16 2014 +0100 |
committer | Gerrit Code Review <gerrit2@gerrit> | Wed Jan 22 08:58:16 2014 +0100 |
tree | 766e917536c1f029a0d7f46c11ff3c8213680b42 | |
parent | c6b1fc17ac4e0fed718ae77f388e2ee905db82fe [diff] | |
parent | f3b82760a94b26e1b6aa9674a59aaad09824d1be [diff] |
Merge "utils: fork_github: Fix typo in forcepush" into android-4.4
diff --git a/utils/fork_github.sh b/utils/fork_github.sh index 4e60ec0..711be6c 100755 --- a/utils/fork_github.sh +++ b/utils/fork_github.sh
@@ -66,7 +66,7 @@ echo "Unable to push!" read -p "Try with -f? [y/n]: " forcepush if [ "$forcepush" = "y" ]; then - git psuh -f ssh://gerrit.omnirom.org:29418/$repo_name $BRANCH + git push -f ssh://gerrit.omnirom.org:29418/$repo_name $BRANCH fi fi