Skip to content

Commit

Permalink
fix: s/config/configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Feb 23, 2021
1 parent ab05294 commit 46c39df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/houston/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub enum HoustonProblem {
ProfileNotFound(String),

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

/// NoNonSensitiveConfigFound occurs when non-sensitive config can't be found for a profile.
Expand Down
3 changes: 3 additions & 0 deletions installers/npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46c39df

Please sign in to comment.