Fixed rpath option detection of exec command.
[src/xds/xds-cli.git] / 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