From 73c1c017c5a76b80243a8b5d736d8dd554618615 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Wed, 7 Sep 2016 11:45:32 +0100 Subject: [PATCH] Fix typo. --- .../planet/files/default/replication-bin/replicate-changesets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/planet/files/default/replication-bin/replicate-changesets b/cookbooks/planet/files/default/replication-bin/replicate-changesets index b5e6b50d9..ef6a27eb9 100644 --- a/cookbooks/planet/files/default/replication-bin/replicate-changesets +++ b/cookbooks/planet/files/default/replication-bin/replicate-changesets @@ -246,7 +246,7 @@ class Replicator # 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) -- 2.43.2