Update some logs

This commit is contained in:
Ana Hobden 2022-09-28 10:12:43 -07:00
parent db1d794cad
commit 0272bacfb0

View file

@ -56,8 +56,8 @@ impl Actionable for PlaceChannelConfiguration {
vec![] vec![]
} else { } else {
vec![ActionDescription::new( vec![ActionDescription::new(
"Place channel configuration at `{NIX_CHANNELS_PATH}`".to_string(), format!("Place channel configuration at `{NIX_CHANNELS_PATH}`"),
vec!["Place channel configuration at `{NIX_CHANNELS_PATH}`".to_string()], vec![format!("Place channel configuration at `{NIX_CHANNELS_PATH}`")],
)] )]
} }
} }
@ -94,8 +94,8 @@ impl Actionable for PlaceChannelConfiguration {
vec![] vec![]
} else { } else {
vec![ActionDescription::new( vec![ActionDescription::new(
"Remove channel configuration at `{NIX_CHANNELS_PATH}`".to_string(), format!("Remove channel configuration at `{NIX_CHANNELS_PATH}`"),
vec!["Remove channel configuration at `{NIX_CHANNELS_PATH}`".to_string()], vec![format!("Remove channel configuration at `{NIX_CHANNELS_PATH}`")],
)] )]
} }
} }