diff --git a/scripts/userlist.hy b/scripts/userlist.hy
index 80f0e02..79a83b5 100644
--- a/scripts/userlist.hy
+++ b/scripts/userlist.hy
@@ -37,8 +37,7 @@
(apply sorted [usernames] {"key" modify-time}))
(defn user-generator [] (->> (listdir "/home")
- (filter (fn [f] (and (not (= f "ubuntu")) (not (= f "poetry")))))
- list))
+ (filter (fn [f] (and (not (= f "ubuntu")) (not (= f "poetry")))))))
(def user-list (->> (user-generator)
sort-user-list
@@ -47,6 +46,6 @@
(.join "\n")))
(print (.format "our esteemed users ({})
generated at {}