Browse Source

renamed config variable setRules to setRule

Wolfgang Ortmann 9 years ago
parent
commit
379771ebcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/expiretools.cpp

+ 1 - 1
src/expiretools.cpp

@@ -16,7 +16,7 @@ void readSetRules(const KindConfig& conf,
                   map<string, pair<time_t, time_t> >& ruleSet,
                   map<string, string>& backupSetRule)
 {
-  Strings setRules = conf.getStrings("setRules");
+  Strings setRules = conf.getStrings("setRule");
   if (!setRules.empty())
     {
       for (const string& rule : setRules)