mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-28 05:48:36 +03:00
make phpcs happy
This commit is contained in:
parent
109aa9c428
commit
69092030cd
@ -156,7 +156,7 @@ class SetupFunctions
|
||||
chmod($sDest.'/nominatim.so', 0755);
|
||||
info("Database module installed at $sDest.");
|
||||
} else {
|
||||
info("Running from build directory. Leaving database module as is.");
|
||||
info('Running from build directory. Leaving database module as is.');
|
||||
}
|
||||
}
|
||||
// Try accessing the C module, so we know early if something is wrong
|
||||
|
Loading…
Reference in New Issue
Block a user