aboutsummaryrefslogtreecommitdiff
path: root/src/data.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-23 13:32:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-23 13:32:51 -0700
commit441b281f5b68ccef67226ec731faf34c75014ce1 (patch)
tree849430e5b1f035883c02fb31bfceb943f6adf9ea /src/data.lisp
parent251d9ccc9d906fcd55599f01bbd85fa6e9058533 (diff)
downloadconsfigurator-441b281f5b68ccef67226ec731faf34c75014ce1.tar.gz
reflow
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/data.lisp')
-rw-r--r--src/data.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/data.lisp b/src/data.lisp
index 0526d0c..1e7dd1e 100644
--- a/src/data.lisp
+++ b/src/data.lisp
@@ -336,8 +336,7 @@ of the current connection, where each entry is of the form
'(iden1 iden2 version)."
(mapcar (lambda (line)
(mapcar #'filename->string (split-string line :separator "/")))
- (runlines :may-fail "find"
- (get-remote-data-cache-dir)
+ (runlines :may-fail "find" (get-remote-data-cache-dir)
"-type" "f" "-printf" "%P\\n")))
;; bit of a layering violation but better than exposing REMOTE-DATA-PATHNAME