Skip to content
Snippets Groups Projects
Commit 7c6aceb8 authored by Timothy du Heaume's avatar Timothy du Heaume
Browse files

use correct yaml file extension

parent 680b72cf
No related merge requests found
...@@ -4,7 +4,7 @@ use std::fs; ...@@ -4,7 +4,7 @@ use std::fs;
use serde_yaml; use serde_yaml;
lazy_static! { lazy_static! {
static ref CONFIG_FILE: String = fs::read_to_string("config.yaml").unwrap(); static ref CONFIG_FILE: String = fs::read_to_string("config.yml").unwrap();
pub static ref CONFIG: UccbotConfig = serde_yaml::from_str(&CONFIG_FILE).unwrap(); pub static ref CONFIG: UccbotConfig = serde_yaml::from_str(&CONFIG_FILE).unwrap();
} }
......
File moved
File moved
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment