Fix typo on message in scripts
[policy/parent.git] / integration / src / release_scripts / releaseRepoImages.sh
index 0bcae6a..00eff05 100755 (executable)
@@ -137,7 +137,7 @@ next_release_version=${latest_snapshot_tag%-*}
 
 while true
 do
-   read -r -p "have you run 'stage_release' on the '$repo' repo? " yes_no
+   read -r -p "have you run 'stage-release' on the '$repo' repo? " yes_no
    case $yes_no in
        [Yy]* ) break
         ;;