X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-cli.git;a=blobdiff_plain;f=cmd-exec.go;h=aebbeb234a42edfe4df578c79001248737b9daf5;hp=fa7e5ec8bda7fdf078af0815cc9ae8c63877a21a;hb=721497790c39e6f63d96c74d53d0c2bc9549df2f;hpb=cc8b2cf6d529062399e0d9b4cde17f2475ef19c1 diff --git a/cmd-exec.go b/cmd-exec.go index fa7e5ec..aebbeb2 100644 --- a/cmd-exec.go +++ b/cmd-exec.go @@ -54,7 +54,7 @@ func initCmdExec(cmdDef *[]cli.Command) { func exec(ctx *cli.Context) error { prjID := ctx.String("id") - rPath := ctx.String("rPath") + rPath := ctx.String("rpath") sdkid := ctx.String("sdkid") // Check mandatory args