Skip to content

Commit

Permalink
0.9.1 + fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Jan 29, 2022
1 parent 81f00e2 commit 3ab3067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zippy/ziparchives.nim
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ proc extractAll*(
of FileRecord:
createDir(dest / splitFile(record.path).dir)
writeFile(dest / record.path, reader.extractFile(record.path))
setFilePermissions(dest / record.path, record.filePermissions)
setFilePermissions(dest / record.path, record.filePermissions)

# Set last modification time as a second pass otherwise directories get
# updated last modification times as files are added.
Expand Down

0 comments on commit 3ab3067

Please sign in to comment.