Fixing typo in test script
This commit is contained in:
parent
e57bee7199
commit
fffe382cd1
@ -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