Skip to content

Commit

Permalink
Better message
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Nov 19, 2024
1 parent 8b4de9f commit 206dd74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/scaffold_remote_zome/src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ fn internal_main() -> Result<()> {
true => true,
false => Confirm::new()
.with_prompt(format!(
r#"You are about to add the profiles zome to your hApp.
r#"You are about to add the {} zome to your hApp.
These are the steps that will be taken:
Expand All @@ -102,7 +102,7 @@ These are the steps that will be taken:
- Set up the "<{}-context>" element in your top level app component so that you can directly import the UI elements you need from the {} package.
Are you ready to continue?"#,
args.remote_zome_git_url, zomes_prompt, args.module_name, args.remote_npm_package_name
args.module_name, args.remote_zome_git_url, zomes_prompt, args.module_name, args.remote_npm_package_name
))
.interact()?
};
Expand Down

0 comments on commit 206dd74

Please sign in to comment.