Fix shellcheck error. (#303)

pull/307/head
Felix Fontein 2021-10-08 14:14:08 +02:00 committed by GitHub
parent 871a185ecb
commit c68bfedbaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ function retry
echo "@* -> ${result}" echo "@* -> ${result}"
done done
echo "Command '@*' failed 3 times!" echo "Command '@*' failed 3 times!"
exit -1 exit 255
} }
command -v pip command -v pip