Skip to content

Commit

Permalink
fix: testnet.toml path in project creation template (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Jul 12, 2024
1 parent 1982441 commit b37d9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clarinet-cli/src/generate/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ deployment_fee_rate = 10
mnemonic = "<YOUR PRIVATE TESTNET MNEMONIC HERE>"
"#
.into();
let name = "Testnet.toml".into();
let name = "settings/Testnet.toml".into();
self.changes
.push(self.get_changes_for_new_file(name, content));
}
Expand Down

0 comments on commit b37d9f8

Please sign in to comment.