Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Zhao <[email protected]>
  • Loading branch information
GZGavinZhao committed Nov 11, 2023
1 parent f0c16eb commit 3cbe634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builder/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

}
}

Expand Down

0 comments on commit 3cbe634

Please sign in to comment.