Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Oct 16, 2023
1 parent 3f4607f commit 93cfb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ fi

# Download files
for url in "${urls[@]}"; do
url_parts=${url//,/ }
url_parts=(${url//,/ })
download_url=${url_parts[0]}
filename=${url_parts[1]}

Expand Down

0 comments on commit 93cfb45

Please sign in to comment.