mirror of
https://github.com/apple/pkl.git
synced 2026-01-18 17:37:07 +01: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"
|
||||
baseUri = "package://example.com/birds"
|
||||
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.
|
||||
@@ -5251,7 +5251,7 @@ package {
|
||||
name = "fruit"
|
||||
baseUri = "package://example.com/fruit"
|
||||
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