Skip to content

Commit

Permalink
fix: clearing prefix message
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Jul 30, 2021
1 parent b3eac9f commit 01ba028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bench/benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (c *Common) deleteAllInBucket(ctx context.Context, prefixes ...string) {
}
objectsCh <- object
}
console.Infof("\rClearing Prefix %/%q...", c.Bucket, prefix)
console.Infof("\rClearing Prefix %q/%q...", c.Bucket, prefix)
}
}()

Expand Down

0 comments on commit 01ba028

Please sign in to comment.