diff --git a/libre b/libre
index 7237f3fd016c781a1062501bca75030ee86dc07b..240f1e7b2c3ba352bf8359a159e82b8e75c3bdb3 100755
--- a/libre
+++ b/libre
@@ -55,7 +55,7 @@ fi
 
 create_update_job_nc () {
   if [ "${APP}" = "nextcloud" ]; then
-    kubectl -n ${NS} scale --replicas=0 deployment/${APP}-web
+    kubectl -n ${NS} scale --replicas=0 deployment/${FQDN}-web
     kubectl -n $NS delete job update-nc
     libre apply ../../common/nextcloud/other-manifests/update-job.yml
   fi