mirror of
https://github.com/apple/pkl.git
synced 2026-04-20 07:21:32 +02:00
Fix missing closing quotes in 'Local Dependencies' section of index.adoc to ensure syntax correctness.
This commit is contained in:
@@ -5237,7 +5237,7 @@ package {
|
|||||||
name = "birds"
|
name = "birds"
|
||||||
baseUri = "package://example.com/birds"
|
baseUri = "package://example.com/birds"
|
||||||
version = "1.8.3"
|
version = "1.8.3"
|
||||||
packageZipUrl = "https://example.com/birds@\(version).zip
|
packageZipUrl = "https://example.com/birds@\(version).zip"
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
<1> Specify relative project `../fruit` as a dependency.
|
<1> Specify relative project `../fruit` as a dependency.
|
||||||
@@ -5251,7 +5251,7 @@ package {
|
|||||||
name = "fruit"
|
name = "fruit"
|
||||||
baseUri = "package://example.com/fruit"
|
baseUri = "package://example.com/fruit"
|
||||||
version = "1.5.0"
|
version = "1.5.0"
|
||||||
packageZipUrl = "https://example.com/fruit@\(version).zip
|
packageZipUrl = "https://example.com/fruit@\(version).zip"
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user