aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmd-exec.go2
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