Merge "Configuration for Testing Live Migration"
[releng/builder.git] / check_prefix.sh
index 397bf4d49b658c833be2391e9825d2284e737309..5b62ac4e3d43f05b914b277d8a0489fc193b9866 100755 (executable)
@@ -13,7 +13,7 @@
 # The production prefix MUST always be a blank string.
 
 if grep 'prefix:' jjb/defaults.yaml | grep -v "''"; then
-    echo "ERROR: A non-blank prefix is defined in jjb/releng-defaults.yaml"
+    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