aboutsummaryrefslogtreecommitdiff
path: root/src/globs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/globs.c')
-rw-r--r--src/globs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/globs.c b/src/globs.c
index 519e5f9..860bafb 100644
--- a/src/globs.c
+++ b/src/globs.c
@@ -35,7 +35,6 @@ void init_vars(void) {
if (file_exists("/etc/pkgit/repos.lua")) {
cfg.dir = mstr("/etc/pkgit");
cfg.name = mstr("/etc/pkgit/repos.lua");
-
} else {
const char *tmp = getenv("XDG_CONFIG_HOME");
if (tmp) {