From 2550fd151edfebce28ba3c3554a68f55ad483805 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Fri, 21 Mar 2025 11:37:29 +0100 Subject: [PATCH] Renamed default dir --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 4586acd..3e36eaf 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,7 @@ import ( ) const ( - DEFAULT_DIR = "cache" + DEFAULT_DIR = "_cache" DEFAULT_GIT_CACHE_DIR = "git" DEFAULT_GND_CACHE_DIR = "gnd" DEFAULT_GEO_CACHE_DIR = "geo"