ansible compatibility patch

This commit is contained in:
spiders 2022-05-28 17:42:26 -07:00
parent 1e20a20910
commit 7d9ea828f4
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -106,7 +106,7 @@ dependencies = [
[[package]]
name = "kijetesantakaluotokieni"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"clap",
"voca_rs",

View File

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

View File

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