diff --git a/update-gluon.sh b/update-gluon.sh
index 96e4c0da7e13e61443324725855f6e0e7c1a3a5b..63f65207a84078776f1525dd269441cacd0546f6 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -28,7 +28,7 @@ git checkout "$upstream_newest_minor"
 git am ../patches/0001-resize-x86-rootfs-to-36-MB-and-kernel-to-16-MB.patch
 git checkout -b "$fork_newest_minor_branch"
 git tag "$fork_newest_minor_tag"
-git push origin
+git push origin "$fork_newest_minor_branch"
 git push origin "$fork_newest_minor_tag"
 
 new_gluon_rev=$(git rev-parse HEAD)