From 7585937ce820d817604ebbc3307bab29bd3bd4bc Mon Sep 17 00:00:00 2001 From: Felicitas Pojtinger Date: Tue, 25 Jan 2022 04:13:21 +0100 Subject: [PATCH] fix: Don't mangle names during initialization --- pkg/fs/filesystem.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/fs/filesystem.go b/pkg/fs/filesystem.go index 9c2956f..feaade9 100644 --- a/pkg/fs/filesystem.go +++ b/pkg/fs/filesystem.go @@ -245,7 +245,7 @@ func (f *STFS) Initialize(rootProposal string, rootPerm os.FileMode) (root strin 0, 0, true, - true, + false, 0, func(hdr *tar.Header, i int) error {