Skip to content

Commit ec55e86

Browse files
fix: s/config/configuration
1 parent ab05294 commit ec55e86

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

crates/houston/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub enum HoustonProblem {
2626
ProfileNotFound(String),
2727

2828
/// NoProfilesFound occurs When there are no profiles at all, often for new users
29-
#[error("No config profiles found")]
29+
#[error("No configuration profiles found")]
3030
NoConfigProfiles,
3131

3232
/// NoNonSensitiveConfigFound occurs when non-sensitive config can't be found for a profile.

installers/npm/package-lock.json

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)