From 050cb114f411b75c5a56bc6ea80ef915344f2492 Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 2 Mar 2014 15:32:17 -0500 Subject: [PATCH] rename option keyword --- src/clj_jtwig/core.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/clj_jtwig/core.clj b/src/clj_jtwig/core.clj index 74152bc..d6ffca2 100644 --- a/src/clj_jtwig/core.clj +++ b/src/clj_jtwig/core.clj @@ -10,8 +10,8 @@ (java.io File FileNotFoundException ByteArrayOutputStream))) ; global options -(defonce options (atom {:cache-compiled-templates true - :skip-file-modification-check false})) +(defonce options (atom {:cache-compiled-templates true + :skip-file-status-checks false})) (declare flush-template-cache!) @@ -84,7 +84,7 @@ (err-if-no-file! file) (cache-and-return!)) - (:skip-file-modification-check @options) + (:skip-file-status-checks @options) (:template cached) :else