fix typo in test.sh

This commit is contained in:
Aleksej
2022-06-14 01:28:08 +02:00
parent 405e7c21c3
commit f8bf2c62b0

View File

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