diff options
Diffstat (limited to 'cmd-exec.go')
-rw-r--r-- | cmd-exec.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |