diff options
| author | huker667 <huker@tuta.io> | 2026-05-04 14:07:50 +0300 |
|---|---|---|
| committer | huker667 <huker@tuta.io> | 2026-05-04 14:07:50 +0300 |
| commit | c6fef39af5bec12ab47e24f4df33bd1a210ec823 (patch) | |
| tree | f87a5792ce7b19f4ee725502cd3a9a03c9b3ce57 /config/paths.go | |
| parent | b666285bd886fec492cf6cd911dfd5dd69f0eb60 (diff) | |
| download | qulay-c6fef39af5bec12ab47e24f4df33bd1a210ec823.tar.gz qulay-c6fef39af5bec12ab47e24f4df33bd1a210ec823.tar.bz2 qulay-c6fef39af5bec12ab47e24f4df33bd1a210ec823.zip | |
bug fixes
Diffstat (limited to 'config/paths.go')
| -rw-r--r-- | config/paths.go | 6 |
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" |