Skip to content

Commit

Permalink
fix: circle to team
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
  • Loading branch information
solracsf authored Jul 9, 2024
1 parent 821f16d commit 6f4aae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Command/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
$output->writeln('<error>Unable to parse permissions input: ' . implode(' ', $permissionsString) . '</error>');
return -1;
}
$output->writeln('<error>group/circle not found: ' . $groupString . '</error>');
$output->writeln('<error>group/team not found: ' . $groupString . '</error>');
return -1;
}

Expand Down

0 comments on commit 6f4aae8

Please sign in to comment.