revised to have dat files in local dir
[rrq/hourglass.git] / manager / controls-update.lsp
index cd7d2ccb58e9874f8f5002273124d88158a636ba..7eff0b9f438f1a0534cc0de8dff3437d0287c2af 100644 (file)
@@ -27,7 +27,7 @@
                     (time-parse (lookup (string "limit" i) v))
                     (time-parse (lookup (string "end" i) v))
                     ) c -1))
-      (write-file "../control.dat"
+      (write-file "control.dat"
                   (append (format "; Updated at %s\n(" (date))
                           (join (map string c) "\n " true)
                           ")\n"))