Skip to content

Commit

Permalink
revert stupid change
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRusk authored Jan 3, 2021
1 parent d4b4422 commit f0d73d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,9 @@ func main() {
fs := <-finishStateChan
if fs.err != nil {
fmt.Printf("%v %v of %v\n", fs.err, i+1, len(images))
return
} else {
fmt.Printf("Finished downloading '%v' %v of %v\n", fs.filename, i+1, len(images))
}

fmt.Printf("Finished downloading '%v' %v of %v\n", fs.filename, i+1, len(images))
}

close(finishStateChan)
Expand Down

0 comments on commit f0d73d9

Please sign in to comment.