diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.lisp b/src/lib.lisp index 1ccf5c0..edcbf47 100644 --- a/src/lib.lisp +++ b/src/lib.lisp @@ -86,6 +86,7 @@ for id = (getf old :id) unless (find id new-ols :key (lambda (x) (getf x :id))) collect old)))) + (ensure-directories-exist (cached-oneliners-file)) (with-open-file (output (cached-oneliners-file) :direction :output :if-exists :supersede) (print updated output)))) |