We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a635c1b commit 2602883Copy full SHA for 2602883
1 file changed
src/control/cmd/ddb/main.go
@@ -306,7 +306,7 @@ func parseOpts(args []string, opts *cliOptions) error {
306
}
307
308
if opts.VosPath != "" {
309
- cleanup := SetCString(&ctx.ctx.dc_pool_path, string(opts.SysdbPath))
+ cleanup := SetCString(&ctx.ctx.dc_pool_path, string(opts.VosPath))
310
defer cleanup()
311
312
if !strings.HasPrefix(string(opts.Args.RunCmd), "feature") &&
0 commit comments