mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 11:33:05 +00:00
Typo fix by rodikal for build-locally.sh
Co-authored-by: Samuel Van Reeth <samuelvanreeth@gmail.com>
This commit is contained in:
parent
b92c25bdf0
commit
f76e531ee1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ docker build -t lancachenet/ubuntu:latest --progress tty https://github.com/lanc
|
|||
|
||||
#Removes standard Ubuntu image if not present before running:
|
||||
if [ "$IMAGEEXISTS" == false ]; then
|
||||
printf "${PURPLEBOLD}Removing standart Ubuntu image:\n"
|
||||
printf "${PURPLEBOLD}Removing standard Ubuntu image:\n"
|
||||
docker rmi ubuntu
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue