Skip to content

Commit baabf87

Browse files
committed
fixing syntax issue
1 parent f57d3de commit baabf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public static function updateConfigOption($optionName,$optionValue, $force = fal
334334
$prompt = str_replace("</prompt>","",str_replace("<prompt>","",$optionValue));
335335
if (strpos($prompt, "<default>") !== false) {
336336
$default = explode("<default>",$prompt);
337-
$default = explode("</default>",$default[1]));
337+
$default = explode("</default>",$default[1]);
338338
$default = $default[0];
339339
}
340340

0 commit comments

Comments
 (0)