Skip to content

Commit

Permalink
Update collector.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Drutu authored Mar 2, 2022
1 parent 58f0b17 commit 7c2deec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (s State) String() string {
case Closed:
return "Closed"
}
return ""
return "UNKNOWN"
}

// (Internal note) Collector Lifecycle:
Expand Down

0 comments on commit 7c2deec

Please sign in to comment.