Skip to content

Commit

Permalink
Update common/commands/command.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Sverdlov <[email protected]>
  • Loading branch information
eyalbe4 and sverdlov93 authored Dec 21, 2024
1 parent 7900dea commit 1f09772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/commands/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func Exec(command Command) error {
}

func reportUsage(command Command, channel chan<- bool) {
// When the usage reporting is donw, signal to the channel.
// When the usage reporting is done, signal to the channel.
defer signalReportUsageFinished(channel)

if !usageReporter.ShouldReportUsage() {
Expand Down

0 comments on commit 1f09772

Please sign in to comment.