Skip to content

Commit ba9d630

Browse files
committed
After review 0
1 parent 8513761 commit ba9d630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Domain/Identity/Command/ImportDefaultsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
7878
$output->writeln(sprintf(
7979
'Default admin already exists: login="%s", email="%s"',
8080
$existing->getLoginName(),
81-
$email,
81+
$existing->getEmail(),
8282
));
8383
}
8484

0 commit comments

Comments
 (0)