Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crisdut committed Jan 8, 2025
1 parent e6adad0 commit e51a9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ impl Args {
let mound = self.mound();
for info in mound.contracts_info() {
println!("---");
println!("{}", serde_yaml::to_string(&info).expect("Uenable to generate YAML"));
println!("{}", serde_yaml::to_string(&info).expect("Unable to generate YAML"));
}
}

Expand Down

0 comments on commit e51a9ca

Please sign in to comment.