Skip to content

Commit 3423d04

Browse files
author
Graybox CI
committed
fetch_dependecies: fix GitHub download URL.
1 parent 1d5c20c commit 3423d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/fetch_dependencies.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ else # Download static public release and unzip into $dest
9696
else
9797
release_url_path="https://github.com/objectbox/objectbox-swift/releases/download/v${version}"
9898
fi
99-
OBXLIB_URL_apple_static="release_url_path/ObjectBoxCore-static-${c_version}.zip"
99+
OBXLIB_URL_apple_static="${release_url_path}/ObjectBoxCore-static-${c_version}.zip"
100100

101101
mkdir -p "${dest_dir}"
102102

0 commit comments

Comments
 (0)