Skip to content

Commit 0c22891

Browse files
committed
fix vars
1 parent 21e63e8 commit 0c22891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starkup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ download_asdf() {
464464

465465
mkdir -p "$LOCAL_BIN"
466466

467-
curl -sSL --fail "https://github.com/asdf-vm/asdf/releases/download/v${_version}/asdf-v${_version}-${_platform}.tar.gz" | tar xzf - -C "$LOCAL_BIN"
467+
curl -sSL --fail "https://github.com/asdf-vm/asdf/releases/download/v${_asdf_version}/asdf-v${_asdf_version}-${_platform}.tar.gz" | tar xzf - -C "$LOCAL_BIN"
468468
}
469469

470470
version_less_than() {

0 commit comments

Comments
 (0)