We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ba122 commit 920be09Copy full SHA for 920be09
cmd/tools/vpm/install.v
@@ -25,7 +25,7 @@ fn vpm_install(query []string) {
25
println('Nothing to install.')
26
exit(0)
27
}
28
- manifest.dependencies.clone()
+ manifest.dependencies
29
} else {
30
vpm_error('specify at least one module for installation.',
31
details: 'example: `v install publisher.package` or `v install https://github.com/owner/repository`'
0 commit comments