Fix root dir location in config file.

This commit is contained in:
Andrey Smirnov
2014-02-07 20:46:43 +04:00
parent 14e66c03a6
commit 9b4e858734

View File

@@ -1,5 +1,5 @@
{
"rootDir": "${HOME}/.aptly",
"rootDir": "/tmp/aptly",
"downloadConcurrency": 4,
"architectures": [],
"dependencyFollowSuggests": false,