diff --git a/schema/versions/257537f99abc_make_null_relocatable_for_testing.py b/schema/versions/257537f99abc_make_null_relocatable_for_testing.py
index a8244df62a524797dcdbe794c9347885bad56eb5..ac19756438aeeaa41dd6cf75ec79935f0dc09481 100644
--- a/schema/versions/257537f99abc_make_null_relocatable_for_testing.py
+++ b/schema/versions/257537f99abc_make_null_relocatable_for_testing.py
@@ -24,14 +24,14 @@ log = condor.log
 should_transfer_files = yes
 transfer_input_files = /lustre/aoc/cluster/pipeline/$ENV(CAPO_PROFILE)/workspaces/sbin/null
 
-#run on a condor node in CV-NAASC
 {{#remote-cv}}
+#run on a condor node in CV-NAASC
 requirements = (CVPOST == True)
 +partition = "CVPOST"
 {{/remote-cv}}
 
-#run on a NMT condor node. (naming consistent with vlass-seci)
 {{#remote}}
+#run on a NMT condor node. (naming consistent with vlass-seci)
 requirements = (HasLustre =!= True)
 {{/remote}}