Skip to content

Commit ae1d7b8

Browse files
committed
fix: replace }
Signed-off-by: Mark Chmarny <[email protected]>
1 parent 785e705 commit ae1d7b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/copy-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ if [ -z "$TARGET_REG_URI" ]; then
6060
log_error "Usage: $0 <target-registry-uri> [image-list-file]"
6161
log_error "Example: $0 us-docker.pkg.dev/my-project/my-repo versions.txt"
6262
exit 1
63-
}
63+
fi
6464

6565
if [ ! -f "$IMAGE_LIST_FILE" ]; then
6666
log_error "Image list file not found: $IMAGE_LIST_FILE"
6767
exit 1
68-
}
68+
fi
6969

7070
# Info
7171
log_info "Source image list: $IMAGE_LIST_FILE"

0 commit comments

Comments
 (0)