Fixing typo in test script

This commit is contained in:
ein 2022-02-08 10:58:50 -08:00
parent d2fc70b946
commit 9a4f480c92

View File

@ -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"