Skip to content

Commit 8c57d92

Browse files
committed
main: typo
1 parent f9def9a commit 8c57d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/download

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ release_file="$ASDF_DOWNLOAD_PATH/$TOOL_NAME-$ASDF_INSTALL_VERSION.tar.xz"
1616
# Download tar.xz file to the download directory
1717
download_release "$ASDF_INSTALL_VERSION" "$release_file"
1818

19-
tar -xf "$release_file_tar" -C "$ASDF_DOWNLOAD_PATH" || fail "Could not extract $release_file"
19+
tar -xf "$release_file" -C "$ASDF_DOWNLOAD_PATH" || fail "Could not extract $release_file"
2020

2121
chmod +x "${ASDF_DOWNLOAD_PATH}/$TOOL_NAME"
2222

0 commit comments

Comments
 (0)