Skip to content

Commit

Permalink
Print remote versions before searching.
Browse files Browse the repository at this point in the history
Signed-off-by: ghosind <[email protected]>
  • Loading branch information
ghosind committed Oct 2, 2024
1 parent 8baea59 commit 36609bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,8 @@ export DVM_VERSION="v0.8.3"
return
fi

dvm_debug "remote versions: $DVM_REMOTE_VERSIONS"

tmp_versions=$(echo "$DVM_REMOTE_VERSIONS" | grep -E "$version_prefix")
dvm_debug "filtered versions: $tmp_versions"

Expand Down

0 comments on commit 36609bc

Please sign in to comment.