ansible compatibility patch
This commit is contained in:
parent
1e20a20910
commit
7d9ea828f4
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -106,7 +106,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "kijetesantakaluotokieni"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"voca_rs",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
author = "kulupu lintukamaki"
|
||||
name = "kijetesantakaluotokieni"
|
||||
description = "kijetesantakalu toki pi ken ante mute (toki pona cowsay clone)"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
edition = "2021"
|
||||
|
||||
readme = "README.md"
|
||||
|
|
|
@ -59,7 +59,7 @@ impl CritterConfig {
|
|||
if let Some(name) = name {
|
||||
template = match name.as_str() {
|
||||
// when you add a new hardcoded value here, also add it in list_files
|
||||
"kijetesantakalu" => CritterTemplate {
|
||||
"kijetesantakalu" | "default" => CritterTemplate {
|
||||
anchor: 14,
|
||||
default_right_eye: "o".to_string(),
|
||||
default_left_eye: "o".to_string(),
|
||||
|
|
Loading…
Reference in a new issue