diff options
Diffstat (limited to 'cmd/app/main.go')
| -rw-r--r-- | cmd/app/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/app/main.go b/cmd/app/main.go index b911e7dd..c9331e39 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go @@ -93,8 +93,8 @@ func main() { {FilesystemConfig: &hst.FSOverlay{ Target: fhs.AbsRoot, Lower: []*check.Absolute{initial}, - Upper: template.Append(args[0], "upper"), - Work: template.Append(args[0], "work"), + Upper: template.Append(args[0]), + Work: base.Append("work", args[0]), }}, {FilesystemConfig: &hst.FSEphemeral{ Target: fhs.AbsTmp, |
