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
+1 -1
View File
@@ -50,7 +50,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