13 lines
364 B
Diff
13 lines
364 B
Diff
diff --git a/source/app.d b/source/app.d
|
|
index cac73be..3bb7fad 100644
|
|
--- a/source/app.d
|
|
+++ b/source/app.d
|
|
@@ -96,7 +96,7 @@ int main(string[] args)
|
|
|
|
ProgramArgs argumets = program.parse(args);
|
|
|
|
- string configFile = argumets.option("config", "config.json");
|
|
+ string configFile = argumets.option("config", "/etc/dwatch/config.json");
|
|
|
|
DWConfig config;
|
|
|