mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Merge bdcd838ced into a7409c25be
This commit is contained in:
commit
2c8afc6ef5
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
;; the relative path to the password file.
|
;; 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
|
(defn- get-users
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue