mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-21 09:31:19 +02:00
Bump version number
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user