Skip to content

Commit ebb1fa2

Browse files
committed
MDEE-376: rewrite link ouput msg
1 parent 956bee0 commit ebb1fa2

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

  • SalesOrdersDataExporter/Console/Command

SalesOrdersDataExporter/Console/Command/Link.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
147147

148148
$updatedEntities = $this->assignUuidsToOrderEntities($batchSize, $from, $to, $state);
149149

150-
$output->writeln(
151-
sprintf(
152-
'<info>Update completed successfully, %s entities updated</info>',
153-
$updatedEntities
154-
)
155-
);
150+
$output->writeln("<info>Assign UUID completed successfully, $updatedEntities entities updated</info>");
156151

157152
return CLI::RETURN_SUCCESS;
158153
} catch (\Throwable $e) {

0 commit comments

Comments
 (0)