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.
1 parent 77990d3 commit 9a67afbCopy full SHA for 9a67afb
_includes/install-specmatic-tool.sh
@@ -61,7 +61,7 @@ mkdir -p "$DOWNLOAD_DIR"
61
download_success=0
62
for url in "${download_urls[@]}"; do
63
info "Attempting to download $tool_name from $url"
64
- if "$DOWNLOADER" "${DOWNLOADER_ARGS[@]}" "$JAR_PATH" "$url"; then
+ if "$DOWNLOADER" "${DOWNLOADER_ARGS[@]}" "$(readlink -f $JAR_PATH)" "$url"; then
65
info "Downloaded $tool_name to $JAR_PATH"
66
download_success=1
67
break
0 commit comments