aboutsummaryrefslogtreecommitdiff
path: root/src/Package.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Package.cpp')
-rw-r--r--src/Package.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Package.cpp b/src/Package.cpp
index a2aaf52..f87da86 100644
--- a/src/Package.cpp
+++ b/src/Package.cpp
@@ -87,7 +87,7 @@ namespace sibs
}
// TODO: Always downloading is fine right now because the package list is small. This should later be modified to use local cache.
- // The package file should be stored locally (at ~/.sibs/packages.json) and the version file should also be stored.
+ // The package file should be stored locally (at ~/.cache/sibs/packages.json) and the version file should also be stored.
// First we check if the version is incorrect and if it, we download the new packages.json file.
// We should only check if the package list is up to date once every 10 minute or so (make it configurable in a config file?)
// to improve build performance and reduce server load.