Skip to content

Commit 7975e0e

Browse files
committed
Fix typo
1 parent f456ca5 commit 7975e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-apps/kind-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ for image in $(find_images .); do
4343
TAR_PATH="./image.tar"
4444
fi
4545
docker image save -o $TAR_PATH $full_name:$KIND_TAG
46-
docker rm $full_name:{$REMOTE_TAG,$KIND_TAG}
46+
docker image rm $full_name:{$REMOTE_TAG,$KIND_TAG}
4747
kind load image-archive -n $CLUSTER_NAME $TAR_PATH
48-
rm image.tar
48+
rm $TAR_PATH
4949
done

0 commit comments

Comments
 (0)