diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-06-21 00:48:18 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-06-21 00:48:18 +0900 |
| commit | cd493fd95f78b023c159c10571a0de8d701c4b27 (patch) | |
| tree | c7dcd78471f62326005b896a5d3a577ff351523f /cmd/app/app.go | |
| parent | 9db70c83e3edf5bc65aaf09e4024b44efd3cae52 (diff) | |
cmd/app: centralise workdir
This makes the directory structure significantly more manageable.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/app/app.go')
| -rw-r--r-- | cmd/app/app.go | 2 |
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 { |
