commit | f3b82760a94b26e1b6aa9674a59aaad09824d1be | [log] [tgz] |
---|---|---|
author | XpLoDWilD <me@xplod.fr> | Wed Jan 22 08:56:47 2014 +0100 |
committer | XpLoDWilD <me@xplod.fr> | Wed Jan 22 08:56:47 2014 +0100 |
tree | c760481ff5451ccc2e13d9355f3b1f1345be8017 | |
parent | 103312fe503a2f643e02f8ab379e865debb80069 [diff] [blame] |
utils: fork_github: Fix typo in forcepush Change-Id: Icf3a4ab6bc5c660d2343a4f6827407e032fc1efa
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