diff --git a/builder/build.go b/builder/build.go index 3ea40d9..4e3dacd 100644 --- a/builder/build.go +++ b/builder/build.go @@ -60,7 +60,6 @@ func (p *Package) CreateDirs(o *Overlay) error { if err := os.Chown(hostCacheDir, BuildUserID, BuildUserGID); err != nil { return fmt.Errorf("Failed to chown cache directory %s in build root, reason: %w", inRootCacheDir, err) } - } }