diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ is a schema describing the available parameters in `mdbp/build_schema.json`. An example build request could be: { - "input": {"dscpath": "./hello_2.10-2.dsc"}, + "input": {"source_package_path": "./hello_2.10-2.dsc"}, "distribution": "unstable", "output": {"directory": "out"} } |