Fixed rpath option detection of exec command.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 6 Dec 2017 21:54:06 +0000 (22:54 +0100)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Wed, 6 Dec 2017 21:54:06 +0000 (22:54 +0100)
cmd-exec.go

index fa7e5ec..aebbeb2 100644 (file)
@@ -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