We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d551fd1 + c162e37 commit 4eadbaaCopy full SHA for 4eadbaa
get.sh
@@ -122,14 +122,15 @@ download() {
122
local url="$1"
123
local file_name="$2"
124
local output_folder="$3"
125
- local output_filename="$2"
+ local output_filename="$4"
126
local checksum_url="$5"
127
local original_folder="$(pwd)"
128
129
cd "$output_folder"
130
131
download_file "$url"
132
checksum "$file_name" "$checksum_url"
133
+ mv "$file_name" "$output_filename"
134
135
cd "$original_folder"
136
}
0 commit comments