From f8bf2c62b0a476c1b56e4d692750c504f248d55d Mon Sep 17 00:00:00 2001 From: Aleksej Date: Tue, 14 Jun 2022 01:28:08 +0200 Subject: [PATCH] fix typo in test.sh --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.sh b/test/test.sh index 1bd7d15..d7385e6 100755 --- a/test/test.sh +++ b/test/test.sh @@ -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