Skip to content

Commit

Permalink
Update zk_toolbox/crates/zk_inception/src/messages.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matías Ignacio González <[email protected]>
  • Loading branch information
Deniallugo and matias-gonz authored Jul 11, 2024
1 parent 5794e52 commit 8aa86bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk_toolbox/crates/zk_inception/src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub(super) const MSG_START_CONTAINERS_PROMPT: &str =
pub(super) const MSG_CREATING_ECOSYSTEM: &str = "Creating ecosystem";

pub fn msg_created_ecosystem(name: &str) -> String {
format!("Ecosystem {name} created successfully (All subsequent commands should be executed from ecosystem folder `cd path/to/ecosystem/name`)")
format!("Ecosystem {name} created successfully (All subsequent commands should be executed from ecosystem folder `cd {name}`)")
}

pub(super) const MSG_CLONING_ERA_REPO_SPINNER: &str = "Cloning zksync-era repository...";
Expand Down

0 comments on commit 8aa86bb

Please sign in to comment.