Merge pull request #11200 from ethereum/fixAutoUpdateMacos

This commit is contained in:
Đorđe Mijović 2021-03-31 20:21:25 +02:00 committed by GitHub
commit b2555eac81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ function ask_expectation_update
while true
do
read -r -N 1 -p "(e)dit/(u)pdate expectations/(s)kip/(q)uit? "
read -r -n 1 -p "(e)dit/(u)pdate expectations/(s)kip/(q)uit? "
echo
case $REPLY in
e*) "$editor" "$expectationFile"; break;;