Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-animo committed Mar 14, 2022
1 parent 5fae86a commit b61b784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;
impl Display for Error {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
match self {
Error::CannotReadConfigurationFile => write!(f, "Cannot not read configuration file. Try initializing configuration first."),
Error::CannotReadConfigurationFile => write!(f, "Cannot not read configuration file. Try initializing first using: `aries-cli configuration initialize`."),
Error::InvalidConfigurationPath => write!(f, "Invalid configuration path."),
Error::InvalidEnvironment => write!(f, "Invalid environment."),
Error::NoEndpointSupplied => write!(f, "No endpoint supplied. Supply an endpoint either via `--endpoint` or via `--config`."),
Expand Down

0 comments on commit b61b784

Please sign in to comment.