Skip to content

Commit 112be9b

Browse files
committed
trim whitespace
1 parent 582b143 commit 112be9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/utils/cloud-image-downloader.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ log "Error log file: $ERROR_LOG_FILE"
111111
for filename in "${!IMAGE_URLS[@]}"; do
112112
url="${IMAGE_URLS[$filename]}"
113113
distro="${IMAGE_DISTROS[$filename]}"
114-
114+
115115
# Check if a distro is defined for the file
116116
if [ -z "$distro" ]; then
117117
error_message="No distribution directory defined for $filename. Skipping."
@@ -140,7 +140,7 @@ for filename in "${!IMAGE_URLS[@]}"; do
140140
else
141141
# Handle download success
142142
log "Successfully downloaded $filename to temporary location."
143-
143+
144144
# Ensure the specific distro directory exists
145145
log "Ensuring destination directory exists: $distro_dest_dir"
146146
mkdir -p "$distro_dest_dir"

0 commit comments

Comments
 (0)