fix typo in test.sh
This commit is contained in:
parent
405e7c21c3
commit
f8bf2c62b0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user