diff --git a/source/app.d b/source/app.d index 122374e..f454534 100644 --- a/source/app.d +++ b/source/app.d @@ -20,7 +20,7 @@ void main(string[] args) else if(args.length == 2) { /* use the specified one */ - configFilename = args[0]; + configFilename = args[1]; } /* Illegal amount of guns in one household (no such thing) */ else