stupid mistake
This commit is contained in:
parent
938e8e3195
commit
39a35e4eaa
@ -147,7 +147,7 @@ func extractZipsInFolder(folder string) error {
|
||||
if entry.IsDir() {
|
||||
continue
|
||||
}
|
||||
if strings.HasSuffix(strings.ToLower(entry.Name()), ".conj") {
|
||||
if strings.HasSuffix(strings.ToLower(entry.Name()), ".zip") {
|
||||
zipPath := filepath.Join(folder, entry.Name())
|
||||
fmt.Println("Extracting:", zipPath)
|
||||
if err := extractZipToSiblingFolder(zipPath); err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user