Skip to content

Commit

Permalink
Update lib/Command/UpdateReverseGeocodingFilesCommand.php
Browse files Browse the repository at this point in the history
Use plural in exception

Signed-off-by: Louis <[email protected]>
  • Loading branch information
artonge authored Jan 18, 2024
1 parent da806b3 commit 83996a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Command/UpdateReverseGeocodingFilesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function configure(): void {
protected function execute(InputInterface $input, OutputInterface $output): int {
try {
if (!$this->rgcService->arePlacesEnabled()) {
throw new \Exception('Place is disabled');
throw new \Exception('Places is disabled');
}

$this->rgcService->buildKDTree(true);
Expand Down

0 comments on commit 83996a3

Please sign in to comment.