Rename config option to endpoint. #15

This commit is contained in:
Andrey Smirnov
2014-07-28 15:01:51 +04:00
parent a18011bdc0
commit 2c470c1535
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"rootDir": "${HOME}/.aptly",
"rootDir": "/Users/smira/.aptly",
"downloadConcurrency": 4,
"downloadSpeedLimit": 0,
"architectures": [],
@@ -12,5 +12,5 @@
"downloadSourcePackages": false,
"ppaDistributorID": "ubuntu",
"ppaCodename": "",
"S3PublishRoots": {}
"S3PublishEndpoints": {}
}