Skip to content

Commit

Permalink
Merge pull request #2115 from reubenmiller/fix-config-missing-key-mes…
Browse files Browse the repository at this point in the history
…sage

fix(config): removing escaped newline char shown in console message
  • Loading branch information
reubenmiller authored Jul 31, 2023
2 parents cdae84a + 5e6ebf8 commit 36a3b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/common/tedge_config_macros/src/option.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ impl<T> From<OptionalConfig<T>> for Option<T> {

#[derive(thiserror::Error, Debug)]
#[error(
r#"A value for '{key}' is missing.\n\
r#"A value for '{key}' is missing.
A value can be set with `tedge config set {key} <value>`"#
)]
/// A descriptive error for missing configurations
Expand Down

0 comments on commit 36a3b12

Please sign in to comment.