1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

change name of croc zip

This commit is contained in:
Zack Scholl 2018-10-09 06:33:25 -07:00
parent 9940856317
commit e18938fb70

View file

@ -96,7 +96,7 @@ func ZipFile(fname string, compress bool) (writtenFilename string, err error) {
return
}
log.Debugf("current directory: %s", curdir)
newfile, err := os.Create(fname + ".zip")
newfile, err := os.Create(fname + ".croc.zip")
if err != nil {
log.Error(err)
return