Skip to content

Commit

Permalink
Fix downloaded file name error
Browse files Browse the repository at this point in the history
Signed-off-by: ghosind <ghosind@gmail.com>
  • Loading branch information
ghosind committed Dec 20, 2024
1 parent ee774bf commit 8edb9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ export DVM_VERSION="v0.9.1"
local download_file

version="$1"
download_file="$DVM_DIR/download/$version/$DVM_TARGET_NAME.downloading"
download_file="$DVM_DIR/download/$version/$DVM_TARGET_NAME"

if [[ $file_type == *"$DVM_FILE_TYPE"* ]]
then
Expand Down

0 comments on commit 8edb9e0

Please # to comment.