1
0
Fork 0

Fix code formatting introduced by PR #2333

pull/2349/head
Joshua Gigg 2013-10-19 15:03:00 +01:00
parent e2671b6510
commit c4818e5cb4
1 changed files with 2 additions and 2 deletions

View File

@ -178,9 +178,9 @@ It is possible to make satis automatically resolve and add all dependencies for
with the Downloads functionality to have a complete local mirror of packages. Just add the following with the Downloads functionality to have a complete local mirror of packages. Just add the following
to your `satis.json`: to your `satis.json`:
```json ```
{ {
"require-dependencies": true, "require-dependencies": true
} }
``` ```