mirror of
https://github.com/apple/pkl.git
synced 2026-03-28 03:51:14 +01:00
Fix command error and import handling (#1436)
This commit is contained in:
@@ -148,7 +148,7 @@ class CliCommandTest {
|
||||
amends "pkl:Project"
|
||||
|
||||
dependencies {
|
||||
["foo"] = import("$depDir/PklProject")
|
||||
["foo"] = import("${depDir.toUri().resolve("PklProject")}")
|
||||
}
|
||||
"""
|
||||
.trimIndent()
|
||||
|
||||
Reference in New Issue
Block a user