]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/setup.php
Merge pull request #910 from mtmail/shorten-line-in-update-php
[nominatim.git] / utils / setup.php
index b93e4f827988c37060570f47e57c310c3575f483..53778b1c7fe48614559eadef02737bf46dbf05cb 100755 (executable)
@@ -152,7 +152,7 @@ if ($aCMDResult['setup-db'] || $aCMDResult['all']) {
 
     if (!file_exists(CONST_ExtraDataPath.'/country_osm_grid.sql.gz')) {
         echo 'Error: you need to download the country_osm_grid first:';
-        echo "\n    wget -O ".CONST_ExtraDataPath."/country_osm_grid.sql.gz http://www.nominatim.org/data/country_grid.sql.gz\n";
+        echo "\n    wget -O ".CONST_ExtraDataPath."/country_osm_grid.sql.gz https://www.nominatim.org/data/country_grid.sql.gz\n";
         exit(1);
     }