fmt removed
This commit is contained in:
parent
fd19cc5faf
commit
b543439be9
1
cmd.go
1
cmd.go
|
@ -122,7 +122,6 @@ func (r *realize) run(p *cli.Context) error {
|
||||||
r.Schema[k].Path = wdir()
|
r.Schema[k].Path = wdir()
|
||||||
}else{
|
}else{
|
||||||
r.Schema[k].Path = filepath.Clean(elm.Path)
|
r.Schema[k].Path = filepath.Clean(elm.Path)
|
||||||
fmt.Println(r.Schema[k].Path )
|
|
||||||
}
|
}
|
||||||
// env variables
|
// env variables
|
||||||
for key, item := range r.Schema[k].Environment {
|
for key, item := range r.Schema[k].Environment {
|
||||||
|
|
Loading…
Reference in New Issue