Skip to content

Commit

Permalink
Update download completed text
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevsaddam committed Nov 1, 2021
1 parent 9129454 commit 5f82a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (d *DownloadManager) renderProgressBar(ctx context.Context, maxSize int) {
func() {
fmt.Printf("\nFile name: %s\n", d.fileName)
fmt.Printf("File size: %s\n", humanaReadableBytes(float64(d.fileSize)))
fmt.Printf("Total time: %s\n", d.totalTimeTaken)
fmt.Printf("Time elapsed: %s\n", d.totalTimeTaken)
fmt.Printf("Location: %s\n", d.location)
},
),
Expand Down

0 comments on commit 5f82a37

Please sign in to comment.