]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo in planet-mirror-redirect-update
authorGrant Slater <git@firefishy.com>
Sat, 2 Jan 2016 01:03:41 +0000 (01:03 +0000)
committerGrant Slater <git@firefishy.com>
Sat, 2 Jan 2016 01:03:41 +0000 (01:03 +0000)
cookbooks/planet/templates/default/planet-mirror-redirect-update.erb

index 2644889adff32e827dd1f929e45c87b3c328b76d..06f698b3f204c53d6ee40ee889d7bfe675cd73d5 100644 (file)
@@ -34,7 +34,7 @@ if (is_dir($_PLANET_FOLDER)) {
                        if (preg_match($_PLANET_REGEX,$file)) {
                                $file_slashed = 'planet/'.$_YEAR.'/'.str_replace(array('.','-'), array('\.','\-'), $file);
                                if (strpos($htaccess_contents,$file_slashed) === false) {
-                                       $file_size = filesize($_PLANET_FOLDER$file);
+                                       $file_size = filesize($_PLANET_FOLDER.$file);
                                        sleep(rand(2,5));
                                        $file_mirror_size = _MIRROR_FILE_SIZE($_MIRROR.$file);
                                        if ($file_size==$file_mirror_size) {