Skip to content

Commit 1c98860

Browse files
committed
checking current option value
1 parent f213f0d commit 1c98860

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
@@ -315,7 +315,7 @@ public static function updateConfigOption($optionName,$optionValue) {
315315
if ($currentOptionValue != $newOptionValue) {
316316

317317
// prompt for input
318-
$prompt = "update the config option <desc>".$optionName."</desc> with the value <desc>".$newOptionValue."</desc>?";
318+
$prompt = "update the config option <desc>".$optionName." (".$currentOptionValue.")</desc> with the value <desc>".$newOptionValue."</desc>?";
319319
$options = "Y/n";
320320
$input = Console::promptInput($prompt,$options);
321321

0 commit comments

Comments
 (0)