Skip to content

Commit 81626b9

Browse files
committed
chore: Improve warning message in SetConfig command
Signed-off-by: Matt Norton <[email protected]>
1 parent 829236f commit 81626b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Command/Config/App/SetConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ private function ask(InputInterface $input, OutputInterface $output, string $req
237237
strtoupper($request)
238238
));
239239
$output->writeln('');
240-
$output->writeln('<comment>This might break thing, affect performance on your instance or its security!</comment>');
240+
$output->writeln('<comment>Caution: proceeding may degrade performance, compromise security, or cause unexpected errors.</comment>');
241241

242242
$result = (strtolower((string)$helper->ask(
243243
$input,

0 commit comments

Comments
 (0)