From: Sebastien Douheret Date: Wed, 6 Dec 2017 21:54:06 +0000 (+0100) Subject: Fixed rpath option detection of exec command. X-Git-Tag: v0.1.2~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-cli.git;a=commitdiff_plain;h=721497790c39e6f63d96c74d53d0c2bc9549df2f Fixed rpath option detection of exec command. --- 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