diff --git a/src/utils/fortunes_reader.rs b/src/utils/fortunes_reader.rs index 641ac2f..97cfbd5 100644 --- a/src/utils/fortunes_reader.rs +++ b/src/utils/fortunes_reader.rs @@ -51,7 +51,7 @@ fn get_paths() -> Vec { #[cfg(unix)] fn get_paths() -> Vec { - own_vec(vec!["./fortunes", "./cookies", "/usr/share/games/fortunes"]) + own_vec(vec!["./fortunes", "/usr/share/fortune", "/usr/share/games/fortunes"]) } pub struct Cookie {