Skip to content

Commit 9409991

Browse files
authored
Update download_models.sh
ms2query (correction from msquery)
1 parent 76dd2d5 commit 9409991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

download_models.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Specify the default folder where the files will be downloaded
4-
default_folder="resources/msquery"
4+
default_folder="resources/ms2query"
55

66
# Help function
77
function display_help {
@@ -32,4 +32,4 @@ mkdir -p "$folder"
3232
# Download each URL using wget
3333
while IFS= read -r url; do
3434
wget -P "$folder" "$url"
35-
done < "$file"
35+
done < "$file"

0 commit comments

Comments
 (0)