Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orpheuslummis committed Feb 20, 2024
1 parent 7b4a587 commit 9246ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi
IMAGE_NAME="astaverde"
IMAGE_EXISTS=$(docker images -q $IMAGE_NAME)
if [ -z "$IMAGE_EXISTS" ]; then
docker build -t $IMAGE_NAME .G
docker build -t $IMAGE_NAME .
else
echo "Image $IMAGE_NAME already exists."
fi
Expand Down

0 comments on commit 9246ad5

Please sign in to comment.