Skip to content

Commit

Permalink
[MINOR] Fix typo in println(.) statement (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM authored Dec 23, 2023
1 parent 769da80 commit 814de3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fn main() {

let mut output_channels: Vec<Box<dyn MetricCollector>> = Vec::new();
if let Some(config) = config.home_assistant {
info!("Publishing to Home Assistent");
info!("Publishing to Home Assistant");
output_channels.push(Box::new(HomeAssistant::<RumqttcWrapper>::new(&config)));
}

Expand Down

0 comments on commit 814de3a

Please sign in to comment.