Skip to content

Commit c8f94fb

Browse files
committed
AC-9499::Update Symfony dependency packages to the latest LTS versions 6.4
1 parent 0547ddf commit c8f94fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Developer/Console/Command/GeneratePatchCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
183183
$fileWriter->writeFile($patchFile, $patchTemplateData);
184184

185185
$outputPatchFile = str_replace($this->directoryList->getRoot() . '/', '', $patchDir . '/' . $patchFile);
186-
$output->writeln("Patch $outputPatchFile has been successfully generated.");
186+
$output->writeln(sprintf('Patch 1% has been successfully generated.', $outputPatchFile));
187187

188188
return Cli::RETURN_SUCCESS;
189189
}

0 commit comments

Comments
 (0)