Fix shellcheck error. (#220)

This commit is contained in:
Felix Fontein 2021-10-08 14:14:05 +02:00 committed by GitHub
parent f4b1d34357
commit 9800da148a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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