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