Skip to content

Commit

Permalink
feat: remove space in message
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 14, 2023
1 parent 5a63dd7 commit 3efb76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function run(array $params): void
break;
}
} else {
CLI::write('Specify a valid action : ' . implode(',', $this->validActions), 'red');
CLI::write('Specify a valid action: ' . implode(',', $this->validActions), 'red');
}
}

Expand Down

0 comments on commit 3efb76f

Please sign in to comment.