Skip to content

Commit

Permalink
Update scripts/docker-helper-4.x/cht-docker-compose.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Sugat Bajracharya <[email protected]>
  • Loading branch information
mrjones-plip and sugat009 authored Dec 4, 2024
1 parent cb444db commit 803d73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-helper-4.x/cht-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ if [[ -z "$projectName" ]]; then
allKnownVersions=$(get_all_known_versions)
optionCount=$(wc -l <<< "$allKnownVersions")
echo
echo "Enter 1 through ${optionCount} or 'ctrl + c' to quit: "
echo "Select a version by entering 1 through ${optionCount} or 'ctrl + c' to quit: "
while true; do
select preferredRelease in $allKnownVersions; do
if [[ "$REPLY" =~ ^[0-9]+$ && "$REPLY" -gt 0 && "$REPLY" -lt $optionCount ]]; then
Expand Down

0 comments on commit 803d73f

Please sign in to comment.