Merge "Configuration for Testing Live Migration"
[releng/builder.git] / check_prefix.sh
index 87a8427a04b67db9db8c569ca5c63cc36a7e6f40..5b62ac4e3d43f05b914b277d8a0489fc193b9866 100755 (executable)
@@ -12,8 +12,8 @@
 #
 # The production prefix MUST always be a blank string.
 
-if grep 'prefix:' jjb/releng-defaults.yaml | grep -v "''"; then
-    echo "ERROR: A non-blank prefix is defined in jjb/releng-defaults.yaml"
+if grep 'prefix:' jjb/defaults.yaml | grep -v "''"; then
+    echo "ERROR: A non-blank prefix is defined in jjb/defaults.yaml"
     echo "The prefix MUST be set to blank '' in production!"
     exit 1
 fi