diff --git a/src/config.rs b/src/config.rs index 2337719..5d80c51 100644 --- a/src/config.rs +++ b/src/config.rs @@ -73,7 +73,7 @@ impl Config { } } - anyhow::bail!("No config file found. Looking for: {}.\n\nTip: You can create a new configuration file by running 'envcheck init' (coming soon!) or by creating a '.envcheck.yaml' file manually.", config_names.join(", ")) + anyhow::bail!("No config file found. Looking for: {}.\n\nTip: You can create a new configuration file by running 'envcheck init' or by creating a '.envcheck.yaml' file manually.", config_names.join(", ")) } }