Fix typo on message in scripts 82/128582/2
authorliamfallon <liam.fallon@est.tech>
Wed, 13 Apr 2022 17:23:43 +0000 (18:23 +0100)
committerliamfallon <liam.fallon@est.tech>
Fri, 15 Apr 2022 10:14:27 +0000 (11:14 +0100)
stage_release should be stage-release

Issue-ID: POLICY-4070
Change-Id: I5dc77649861298eaeee1dd7da790db725819ac78
Signed-off-by: liamfallon <liam.fallon@est.tech>
integration/src/release_scripts/releaseRepo.sh
integration/src/release_scripts/releaseRepoImages.sh

index ef1592f..a0c48ef 100755 (executable)
@@ -138,7 +138,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
         ;;
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
         ;;