Skip to content

Commit

Permalink
rm typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Aug 4, 2023
1 parent 273fbfc commit 4cdf732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/cli/job_hdlr.go
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ func bgDownload(c *cli.Context, id string) (err error) {

if resp.ErrorCnt != 0 {
msg := toShowMsg(c, id, "For details", true)
warn := fmt.Sprintf("%d of %d download jobs failed. %sBarFlag)s", resp.ErrorCnt, resp.ScheduledCnt, msg)
warn := fmt.Sprintf("%d of %d download jobs failed. %s", resp.ErrorCnt, resp.ScheduledCnt, msg)
actionWarn(c, warn)
} else if resp.FinishedTime.UnixNano() != 0 {
actionDownloaded(c, resp.FinishedCnt)
Expand Down

0 comments on commit 4cdf732

Please sign in to comment.