diff --git a/update-gluon.sh b/update-gluon.sh
index 580b255c91e3fe92a63e40ca6dca96c6cb27fa1c..96e4c0da7e13e61443324725855f6e0e7c1a3a5b 100755
--- a/update-gluon.sh
+++ b/update-gluon.sh
@@ -25,7 +25,7 @@ if git rev-parse --verify "$fork_newest_minor_branch" &> /dev/null; then
 fi
 
 git checkout "$upstream_newest_minor"
-git am patches/0001-resize-x86-rootfs-to-36-MB-and-kernel-to-16-MB.patch
+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