fmt removed

This commit is contained in:
asoseil 2017-10-23 21:51:17 +02:00
parent fd19cc5faf
commit b543439be9
1 changed files with 0 additions and 1 deletions

1
cmd.go
View File

@ -122,7 +122,6 @@ func (r *realize) run(p *cli.Context) error {
r.Schema[k].Path = wdir()
}else{
r.Schema[k].Path = filepath.Clean(elm.Path)
fmt.Println(r.Schema[k].Path )
}
// env variables
for key, item := range r.Schema[k].Environment {