Update crates/aiken/src/cmd/new.rs

This commit is contained in:
Matthias Benkort 2024-12-07 13:28:36 +01:00 committed by GitHub
parent 5a8ef1aef0
commit 85b6caf9e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ fn create_validators(root: &Path) -> miette::Result<()> {
fn create_validator(root: &Path) -> miette::Result<()> {
let validators = root.join("validators");
fs::write(
validators.join("hello.ak"),
validators.join("placeholder.ak"),
indoc! {
r#"
use cardano/address.{{Credential}}