Commit 348ea85
Fix logic typo - dvm_extract_file should expect to succeed, not fail.
https://github.com/ghosind/dvm/blob/bb103932e3378fb4be8f6b0015b9e5cd2feef587/dvm.sh#L1056
That line should be `dvm_extract_file "$version"` and not inverted with `!`
Previously the `! dvm_extract_file "$version"` was using `!` because it's in an if guard for an early return.
https://github.com/ghosind/dvm/blob/ea31eac8ba65f101f8062c2838ee903df9b07031/dvm.sh#L10101 parent 7f14a60 commit 348ea85
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1178 | 1178 | | |
1179 | 1179 | | |
1180 | 1180 | | |
1181 | | - | |
| 1181 | + | |
1182 | 1182 | | |
1183 | 1183 | | |
1184 | 1184 | | |
| |||
0 commit comments