Update errors/src/errors/package/package_errors.rs

Co-authored-by: d0cd <23022326+d0cd@users.noreply.github.com>
Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
This commit is contained in:
evan-schott 2024-06-10 15:20:27 -07:00 committed by GitHub
parent b63c8e39b1
commit b621a60837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -416,6 +416,6 @@ create_messages!(
execution_error {
args: (error: impl Display),
msg: format!("❌ Execution error: {error}"),
help: Some("Make sure that you are using the right network. Use `--network testnet` to switch to testnet.".to_string()),
help: Some("Make sure that you are using the right `--network` options.".to_string()),
}
);