Code Review
/
src
/
xds
/
xds-cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cc8b2cf
)
Fixed rpath option detection of exec command.
author
Sebastien Douheret
<sebastien.douheret@iot.bzh>
Wed, 6 Dec 2017 21:54:06 +0000
(22:54 +0100)
committer
Sebastien Douheret
<sebastien.douheret@iot.bzh>
Wed, 6 Dec 2017 21:54:06 +0000
(22:54 +0100)
cmd-exec.go
patch
|
blob
|
history
diff --git
a/cmd-exec.go
b/cmd-exec.go
index
fa7e5ec
..
aebbeb2
100644
(file)
--- 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("r
P
ath")
+ rPath := ctx.String("r
p
ath")
sdkid := ctx.String("sdkid")
// Check mandatory args