diff options
Diffstat (limited to 'integration/src/release_scripts/releaseRepoImages.sh')
-rwxr-xr-x | integration/src/release_scripts/releaseRepoImages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/src/release_scripts/releaseRepoImages.sh b/integration/src/release_scripts/releaseRepoImages.sh index 0bcae6a4..00eff051 100755 --- a/integration/src/release_scripts/releaseRepoImages.sh +++ b/integration/src/release_scripts/releaseRepoImages.sh @@ -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 ;; |