Skip to content

Commit 2ac6827

Browse files
committed
removing Mustache specific syntax from error code
1 parent 25c71af commit 2ac6827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/PatternData/Helpers/LineageHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function run() {
6161

6262
if (strpos($lineage, '/') === false) {
6363
$fileName = $patternStoreData["pathName"].".".$patternExtension;
64-
Console::writeWarning("you may have a typo in ".$fileName.". {{> ".$lineage." }} is not a valid pattern...");
64+
Console::writeWarning("you may have a typo in ".$fileName.". `".$lineage."` is not a valid pattern...");
6565
}
6666

6767
}

0 commit comments

Comments
 (0)