Skip to content

Commit

Permalink
API key plugin (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 21, 2022
1 parent 9dbcb4f commit 9faabb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/Connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ protected function execute(Input\InputInterface $input, Output\OutputInterface $
$io = new Style\SymfonyStyle($input, $output);

if ($input->getOption('quiet') === false) {
$io->title('FB devices module - service');
$io->title('Devices module - service');

$io->note('This action will run module services.');
}
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/Initialize.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ protected function execute(Input\InputInterface $input, Output\OutputInterface $
$io = new Style\SymfonyStyle($input, $output);

if ($input->getOption('quiet') === false) {
$io->title('FB devices module - initialization');
$io->title('Devices module - initialization');

$io->note('This action will create|update module database structure and build module configuration.');
}
Expand Down

0 comments on commit 9faabb8

Please sign in to comment.