Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit ab8c9e7

Browse files
committed
Update swd.go
1 parent 94f6022 commit ab8c9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func main() {
140140
if err != nil {
141141
panic(err)
142142
} else {
143-
logger("✔️ DOWNLOAD FINISHED IN "+(dir+string(os.PathSeparator)+idUrl+".zip"), INFO)
143+
logger("✔️ DOWNLOAD FINISHED IN "+(dir+string(os.PathSeparator)+idUrl+".zip"), INFO)
144144
}
145145

146146
} else {

0 commit comments

Comments
 (0)