Bump version number

This commit is contained in:
VERET Clément
2020-03-02 14:07:23 +01:00
parent de70da3036
commit 28547ed430
4 changed files with 10 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ fn main() {
return;
}
let config = parse_toml(matches.value_of("config").unwrap());
let config = parse_toml(matches.value_of("config").unwrap_or("/usr/local/etc/scootaloo.toml"));
run(config);
}