From 9a4f480c92bdabbfa83672e20ecbb9a70a67b4ff Mon Sep 17 00:00:00 2001 From: ein Date: Tue, 8 Feb 2022 10:58:50 -0800 Subject: [PATCH] Fixing typo in test script --- test-dragon-bot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-dragon-bot.sh b/test-dragon-bot.sh index c9a44067..f8c8a0ef 100755 --- a/test-dragon-bot.sh +++ b/test-dragon-bot.sh @@ -1,8 +1,8 @@ -# Remove the running container so we cna re-use the container name 'dragon-bot' printf "\n[-] Formatting code\n" ./format_code.sh printf "[+] Done\n" +# Remove the running container so we can re-use the container name 'dragon-bot' printf "\n[-] Deleting old dragon-bot container from system\n" docker rm -f dragon-bot-test printf "[+] Done\n"