summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Eizinger2022-01-27 20:22:42 +1100
committerThomas Eizinger2022-01-27 20:22:42 +1100
commit894a6e9ca14e2598009529a01c633e15297dd78f (patch)
tree9482fc145e865c435f8628524435ce9d9b8a1bdd
parent50fdca54cea0980c8c15868c6c2293e942ade93a (diff)
downloadaur-894a6e9ca14e2598009529a01c633e15297dd78f.tar.gz
Don't pass empty `--head`
-rwxr-xr-xcheck_for_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_for_update.sh b/check_for_update.sh
index bcbf52e8dd3c..2c66ae0ffdf9 100755
--- a/check_for_update.sh
+++ b/check_for_update.sh
@@ -34,4 +34,4 @@ git checkout -b "bump-photoprism-$LATEST_RELEASE"
git commit -a -m "Upgrade photoprism to $LATEST_RELEASE"
git push origin "bump-photoprism-$LATEST_RELEASE"
-gh pr create --title "Upgrade photoprism to $LATEST_RELEASE" --head
+gh pr create --title "Upgrade photoprism to $LATEST_RELEASE"