Skip to content

Commit 59418b4

Browse files
committed
fixing space
1 parent 0c2c123 commit 59418b4

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
@@ -318,7 +318,7 @@ public static function updateConfigOption($optionName,$optionValue) {
318318
$prompt = "update the config option <desc>".$optionName."</desc> with the value <desc>".$newOptionValue."</desc>?";
319319
$options = "Y/n";
320320
$input = Console::promptInput($prompt,$options);
321-
321+
322322
if ($input == "y") {
323323
self::writeUpdateConfigOption($optionName,$optionValue);
324324
Console::writeInfo("config option ".$optionName." updated...", false, true);

0 commit comments

Comments
 (0)