-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hey there 😃
Calling ziputil.ZipDir("path/to/file", "path/to/zip", false)
produces the /usr/bin/zip -rTy path/to/zip file
command which ultimately fails with zip I/O error: No such file or directory
as file
does not exist but path/to/file
does.
Indeed, this happens:
Line 24 in 2a09aab
zipTarget := filepath.Base(sourceDirPth) |
Before opening a pull request I wanted to know if there was any reason behind this implementation.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels