diff --git a/users/sterni/git-only-push/git-only-push.sh b/users/sterni/git-only-push/git-only-push.sh index f6b53e01e..e9f9e2dfc 100755 --- a/users/sterni/git-only-push/git-only-push.sh +++ b/users/sterni/git-only-push/git-only-push.sh @@ -120,5 +120,4 @@ if $dry; then printf 'Would push resulting HEAD to %s on %s\n' "$to" "$remote" >&2 else git push "$remote" "HEAD:$to" - usage fi