refactor(sterni/git-only-push): remove superfluous usage call
Change-Id: I98f8954a12c3198eb9c45ddabe7f3448caba7e5d Reviewed-on: https://cl.tvl.fyi/c/depot/+/12902 Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
This commit is contained in:
parent
19eafa3b9b
commit
b8342a821b
1 changed files with 0 additions and 1 deletions
|
@ -120,5 +120,4 @@ if $dry; then
|
||||||
printf 'Would push resulting HEAD to %s on %s\n' "$to" "$remote" >&2
|
printf 'Would push resulting HEAD to %s on %s\n' "$to" "$remote" >&2
|
||||||
else
|
else
|
||||||
git push "$remote" "HEAD:$to"
|
git push "$remote" "HEAD:$to"
|
||||||
usage
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue