Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/spin0us/Nominatim
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Sep 9, 2013
2 parents d8f9b27 + 85f10f4 commit 12eb91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/update.php
Expand Up @@ -103,7 +103,7 @@
$sNextFile = $aResult['import-diff'];
if (!file_exists($sNextFile))
{
echo "Cannot open $nextFile\n";
echo "Cannot open $sNextFile\n";
exit;
}
// Don't update the import status - we don't know what this file contains
Expand Down

0 comments on commit 12eb91b

Please sign in to comment.