Skip to content

Commit

Permalink
chore: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Feb 27, 2025
1 parent b72e0d7 commit 1b15c49
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/cli/src/scaffold/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ pub fn scaffold_iac_layout(
"Manage {} deployment through Crypto Infrastructure as Code",
manifest.name
)));
runbook_src.push_str(&get_interpolated_addon_template(
"input.rpc_api_url",
"input.network_id",
));
runbook_src.push_str(&get_interpolated_addon_template("input.rpc_api_url"));

let mut signer_mainnet = String::new();
// signer_mainnet.push_str(&get_interpolated_header_template(&format!("Runbook")));
Expand Down

0 comments on commit 1b15c49

Please sign in to comment.