Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 11, 2022
1 parent 86e50ec commit bd55266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function download() {
dlurl2="${KXSTUDIO_FILES_URL}/${dlname}_${version}.${dlext}"
else
dlurl1="${dlbaseurl}/${dlname}-${version}.${dlext}"
dlurl=2"${KXSTUDIO_FILES_URL}/${dlname}-${version}.${dlext}"
dlurl2="${KXSTUDIO_FILES_URL}/${dlname}-${version}.${dlext}"
fi
curl -L "${dlurl1}" -o "${dlfile}" --fail || curl -L "${dlurl2}" -o "${dlfile}" --fail
fi
Expand Down
2 changes: 1 addition & 1 deletion setup/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ---------------------------------------------------------------------------------------------------------------------
# common URLs

DROBILLA_URL=https://download.drobilla.net/
DROBILLA_URL=https://download.drobilla.net
XIPH_URL=https://downloads.xiph.org/releases

KXSTUDIO_FILES_URL=https://kx.studio/files
Expand Down

0 comments on commit bd55266

Please sign in to comment.