Skip to content

Commit

Permalink
feat(php): Message info is green for the import occ command
Browse files Browse the repository at this point in the history
Signed-off-by: Baptiste Fotia <[email protected]>
  • Loading branch information
zak39 committed Feb 22, 2024
1 parent fd875e9 commit adfff6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Commands/Import.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$this->userGroup->addUser($user, $userGroupname);
}

$this->logger->info("Workspaces import done.");
$output->writeln("Workspaces import done.");
$this->logger->info("workspaces import done");
$output->writeln("<info>workspaces import done</info>");

return 0;
}
Expand Down

0 comments on commit adfff6b

Please sign in to comment.