fix typo in test.sh

This commit is contained in:
Aleksej 2022-06-14 01:28:08 +02:00
parent 405e7c21c3
commit f8bf2c62b0
No known key found for this signature in database
GPG Key ID: 4DB9C85100A6D17F

View File

@ -3,7 +3,7 @@
if ! command -v docker run &> /dev/null
then
echo "No docker detected. If you are running debian based system, you can install docker with"
echo "sudo apt install docker.io
echo "sudo apt install docker.io"
exit
fi