cli: Fix clippy (#713)

This commit is contained in:
Armani Ferrante 2021-09-11 15:42:50 -07:00 committed by GitHub
parent b1ef7431ec
commit 374009bd9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,