forked from platformio/platformio-core
Fix "repository" field and "type" attribute
This commit is contained in:
@ -130,7 +130,7 @@ Example:
|
|||||||
|
|
||||||
"repository":
|
"repository":
|
||||||
{
|
{
|
||||||
"name": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/foo/bar.git"
|
"url": "https://github.com/foo/bar.git"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user