Skip to content

Commit

Permalink
cli: Fix clippy (coral-xyz#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante authored Sep 11, 2021
1 parent b1ef743 commit 374009b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ fn init(cfg_override: &ConfigOverride, name: String, typescript: bool) -> Result
);
let mut localnet = BTreeMap::new();
localnet.insert(
name.to_string().to_snake_case(),
name.to_snake_case(),
ProgramDeployment {
address: template::default_program_id(),
path: None,
Expand Down

0 comments on commit 374009b

Please sign in to comment.