mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-19 19:28:22 +00:00
Fix root dir location in config file.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"rootDir": "${HOME}/.aptly",
|
||||
"rootDir": "/tmp/aptly",
|
||||
"downloadConcurrency": 4,
|
||||
"architectures": [],
|
||||
"dependencyFollowSuggests": false,
|
||||
|
||||
Reference in New Issue
Block a user