Skip to content

Commit 9a67afb

Browse files
committed
fix path
1 parent 77990d3 commit 9a67afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/install-specmatic-tool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ mkdir -p "$DOWNLOAD_DIR"
6161
download_success=0
6262
for url in "${download_urls[@]}"; do
6363
info "Attempting to download $tool_name from $url"
64-
if "$DOWNLOADER" "${DOWNLOADER_ARGS[@]}" "$JAR_PATH" "$url"; then
64+
if "$DOWNLOADER" "${DOWNLOADER_ARGS[@]}" "$(readlink -f $JAR_PATH)" "$url"; then
6565
info "Downloaded $tool_name to $JAR_PATH"
6666
download_success=1
6767
break

0 commit comments

Comments
 (0)