Skip to content

Commit a8c8195

Browse files
fix: s/config/configuration (#306)
1 parent ab05294 commit a8c8195

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

crates/houston/src/error.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ pub enum HoustonProblem {
2525
#[error("There is no profile named \"{0}\".")]
2626
ProfileNotFound(String),
2727

28-
/// NoProfilesFound occurs When there are no profiles at all, often for new users
29-
#[error("No config profiles found")]
28+
/// NoProfilesFound occurs when there are no profiles at all, often for new users
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)