From ad399792c9f8ca184c81ec7766d39a6cdc4a246a Mon Sep 17 00:00:00 2001
From: Cort Buffington <n0mjs@me.com>
Date: Mon, 26 Nov 2018 10:19:35 -0600
Subject: [PATCH] Update dmrlink_config.py

---
 ipsc/dmrlink_config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipsc/dmrlink_config.py b/ipsc/dmrlink_config.py
index 47b150d..1fdefc5 100755
--- a/ipsc/dmrlink_config.py
+++ b/ipsc/dmrlink_config.py
@@ -235,7 +235,7 @@ if __name__ == '__main__':
 
     # Ensure we have a path for the config file, if one wasn't specified, then use the execution directory
     if not cli_args.CONFIG_FILE:
-        cli_args.CONFIG_FILE = os.path.dirname(os.path.abspath(__file__))+'/dmrlink.cfg'
+        cli_args.CONFIG_FILE = os.path.dirname(os.path.abspath(__file__))+'/../dmrlink.cfg'
     
     
     pprint(build_config(cli_args.CONFIG_FILE))