Skip to content

Commit 70accd9

Browse files
authored
Fix typo in blog post (#18)
1 parent ed67ccd commit 70accd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/modules/ROOT/pages/testing-in-pkl.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ If `pkl test` is run without any input source modules, it will run all tests def
389389
amends "pkl:Project"
390390
391391
tests {
392-
...import("tests/**.pkl").keys
392+
...import*("tests/**.pkl").keys
393393
}
394394
----
395395

0 commit comments

Comments
 (0)