Skip to content

Commit

Permalink
Fixes GoogleContainerTools#1469 : Remove an additional line
Browse files Browse the repository at this point in the history
  • Loading branch information
anugu-chegg committed Nov 5, 2020
1 parent 9b83c87 commit a0f30cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/util/fs_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ func mkdirAllWithPermissions(path string, mode os.FileMode, uid, gid int64) erro
logrus.Tracef("removing file because it needs to be a directory %s", path)
if err := os.Remove(path); err != nil {
return errors.Wrapf(err, "error removing %s to make way for new directory.", path)

}
}

Expand Down

0 comments on commit a0f30cb

Please sign in to comment.