From 721497790c39e6f63d96c74d53d0c2bc9549df2f Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 6 Dec 2017 22:54:06 +0100 Subject: [PATCH] Fixed rpath option detection of exec command. --- cmd-exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6