summarylogtreecommitdiffstats
path: root/default_config_location.patch
blob: f48c4bed18197e419b6a81d150378ae911b2a5bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/groundcoverify.py b/groundcoverify.py
index 48b74a8..9ba5977 100755
--- a/groundcoverify.py
+++ b/groundcoverify.py
@@ -43,7 +43,7 @@ if __name__ == "__main__":
         "--config",
         help="groundcoverify config file path",
         nargs="?",
-        default=os.path.join(os.path.dirname(__file__), "groundcoverify.toml"),
+        default="/usr/share/groundcoverify/groundcoverify.toml",
     )
     parser.add_argument("--openmw-config", help="OpenMW config file path")
     parser.add_argument(