ci: fix SC2162 in docker-versions-create.sh

This commit is contained in:
Geoff Bourne 2019-11-16 09:29:48 -06:00
parent 97874f3481
commit 5bd3a818a3

View File

@ -46,7 +46,7 @@ Or skip this branch merge completely.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
EOL
printf "Should we try again? (y):"
read answer
read -r answer
if [[ "$answer" == '' ]] || [[ "$answer" == 'y' ]] || [[ "$answer" == 'Y' ]]; then
# If you use non-local editor or files are changed in repo
cat <<EOL