change name of croc zip
This commit is contained in:
parent
9940856317
commit
e18938fb70
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue