mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-08 05:50:47 +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,
|
"downloadConcurrency": 4,
|
||||||
"architectures": [],
|
"architectures": [],
|
||||||
"dependencyFollowSuggests": false,
|
"dependencyFollowSuggests": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user