]> git.openstreetmap.org Git - chef.git/commitdiff
Fix typo.
authorMatt Amos <zerebubuth@gmail.com>
Wed, 7 Sep 2016 10:45:32 +0000 (11:45 +0100)
committerMatt Amos <zerebubuth@gmail.com>
Wed, 7 Sep 2016 10:46:33 +0000 (11:46 +0100)
cookbooks/planet/files/default/replication-bin/replicate-changesets

index b5e6b50d942d910dc529976695bd0f3849bf44fb..ef6a27eb9b774b48bfb812c400c12a5304aa215f 100644 (file)
@@ -246,7 +246,7 @@ class Replicator
 
     # fsync the files in their new locations, in case the inodes have
     # changed in the move / copy.
 
     # fsync the files in their new locations, in case the inodes have
     # changed in the move / copy.
-    fsync(data_fie)
+    fsync(data_file)
     fsync(@config["state_file"])
     fsync(data_state_file)
 
     fsync(@config["state_file"])
     fsync(data_state_file)