Skip to content

Commit

Permalink
trash result
Browse files Browse the repository at this point in the history
  • Loading branch information
jappeace committed Dec 28, 2023
1 parent 9f76952 commit ba00215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Keter/TempTarball.hs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ unpackTempTar muid tf bundle appname withDir = do
D.createDirectoryIfMissing True dir
let entries = Tar.read $ decompress lbs
Tar.unpack dir entries
forM muid $ \(uid, gid) ->
_ <- forM muid $ \(uid, gid) ->
forM entries $ \genEntry ->
setOwnerAndGroup (Tar.entryPath genEntry) uid gid
withDir dir

0 comments on commit ba00215

Please sign in to comment.