Fixing typo in test script
This commit is contained in:
parent
d2fc70b946
commit
9a4f480c92
@ -1,8 +1,8 @@
|
|||||||
# Remove the running container so we cna re-use the container name 'dragon-bot'
|
|
||||||
printf "\n[-] Formatting code\n"
|
printf "\n[-] Formatting code\n"
|
||||||
./format_code.sh
|
./format_code.sh
|
||||||
printf "[+] Done\n"
|
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"
|
printf "\n[-] Deleting old dragon-bot container from system\n"
|
||||||
docker rm -f dragon-bot-test
|
docker rm -f dragon-bot-test
|
||||||
printf "[+] Done\n"
|
printf "[+] Done\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user