commit | 41fc72569715ef1a86688325904d7833491c2891 | [log] [tgz] |
---|---|---|
author | liamfallon <liam.fallon@est.tech> | Wed Apr 13 18:23:43 2022 +0100 |
committer | liamfallon <liam.fallon@est.tech> | Fri Apr 15 11:14:27 2022 +0100 |
tree | ef0c7c88150ac9fa8fb00cfdef9d0aa1dd83f891 | |
parent | 830f6ecf23834cad1f33eae6d470fb623609747c [diff] [blame] |
Fix typo on message in scripts stage_release should be stage-release Issue-ID: POLICY-4070 Change-Id: I5dc77649861298eaeee1dd7da790db725819ac78 Signed-off-by: liamfallon <liam.fallon@est.tech>
diff --git a/integration/src/release_scripts/releaseRepo.sh b/integration/src/release_scripts/releaseRepo.sh index ef1592f..a0c48ef 100755 --- a/integration/src/release_scripts/releaseRepo.sh +++ b/integration/src/release_scripts/releaseRepo.sh
@@ -138,7 +138,7 @@ 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 ;;