aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/app/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/app/app.go')
-rw-r--r--cmd/app/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/app/app.go b/cmd/app/app.go
index d702215e..9fa49696 100644
--- a/cmd/app/app.go
+++ b/cmd/app/app.go
@@ -100,7 +100,7 @@ func parse(id string, base *check.Absolute, r io.Reader) (*hst.Config, error) {
return nil, err
} else {
c.Identity = v
- root.Upper = base.Append("template", template, "upper")
+ root.Upper = base.Append("template", template)
}
if err := scanOnce(); err != nil {