summaryrefslogtreecommitdiff
path: root/config/paths.go
diff options
context:
space:
mode:
authorhuker667 <huker@tuta.io>2026-05-04 14:07:50 +0300
committerhuker667 <huker@tuta.io>2026-05-04 14:07:50 +0300
commitc6fef39af5bec12ab47e24f4df33bd1a210ec823 (patch)
treef87a5792ce7b19f4ee725502cd3a9a03c9b3ce57 /config/paths.go
parentb666285bd886fec492cf6cd911dfd5dd69f0eb60 (diff)
downloadqulay-c6fef39af5bec12ab47e24f4df33bd1a210ec823.tar.gz
qulay-c6fef39af5bec12ab47e24f4df33bd1a210ec823.tar.bz2
qulay-c6fef39af5bec12ab47e24f4df33bd1a210ec823.zip
bug fixes
Diffstat (limited to 'config/paths.go')
-rw-r--r--config/paths.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/paths.go b/config/paths.go
index 9455496..ff3b927 100644
--- a/config/paths.go
+++ b/config/paths.go
@@ -1,5 +1,5 @@
package paths
-const ReposUrlsFile = "/etc/qulay/repositories"
-const ReposDir = "/var/lib/qulay/repos/"
-const InstalledFile = "/var/lib/qulay/installed"
+const ReposUrlsFile = "etc/qulay/repositories"
+const ReposDir = "var/lib/qulay/repos/"
+const InstalledFile = "var/lib/qulay/installed"