From b8342a821b4386ea571b56a8818e041b39699643 Mon Sep 17 00:00:00 2001 From: sterni Date: Sun, 22 Dec 2024 13:59:02 +0100 Subject: [PATCH] refactor(sterni/git-only-push): remove superfluous usage call Change-Id: I98f8954a12c3198eb9c45ddabe7f3448caba7e5d Reviewed-on: https://cl.tvl.fyi/c/depot/+/12902 Autosubmit: sterni Tested-by: BuildkiteCI Reviewed-by: sterni --- users/sterni/git-only-push/git-only-push.sh | 1 - 1 file changed, 1 deletion(-) 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