diff --git a/src/smeagol/authenticate.clj b/src/smeagol/authenticate.clj index 38d17f9..67a7e4e 100644 --- a/src/smeagol/authenticate.clj +++ b/src/smeagol/authenticate.clj @@ -34,7 +34,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; the relative path to the password file. -(def password-file-path (str (io/resource-path) "../passwd")) +(def password-file-path (str (clojure.java.io/resource "passwd"))) (defn- get-users