Skip to content

Commit 43dd2bb

Browse files
authored
Improve missing config error message (#39)
Fixes #4
1 parent 3b1cf08 commit 43dd2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ impl Config {
7373
}
7474
}
7575

76-
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(", "))
76+
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(", "))
7777
}
7878
}
7979

0 commit comments

Comments
 (0)