Skip to content

Commit

Permalink
Adapt wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Moliholy committed May 22, 2024
1 parent 668da6e commit d2f0bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pop-cli/src/commands/up/contracts_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub(crate) struct ContractsNodeCommand;
impl ContractsNodeCommand {
pub(crate) async fn execute(&self) -> anyhow::Result<()> {
clear_screen()?;
intro(format!("{}: Deploy a contracts node", style(" Pop CLI ").black().on_magenta()))?;
intro(format!("{}: Launch a contracts node", style(" Pop CLI ").black().on_magenta()))?;
set_theme(Theme);

let cache = crate::cache()?;
Expand Down

0 comments on commit d2f0bd1

Please sign in to comment.