mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 21:30:16 +02:00
change name of croc zip
This commit is contained in:
parent
9940856317
commit
e18938fb70
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue