diff --git a/src/aero/core.cljc b/src/aero/core.cljc index b70b436..0a22efc 100644 --- a/src/aero/core.cljc +++ b/src/aero/core.cljc @@ -246,7 +246,7 @@ (defmethod eval-tagged-literal 'hostname [tl {:keys [hostname] :as opts} env ks] - (expand-case (or hostname #?(:clj (env "HOSTNAME") + (expand-case (or hostname #?(:clj (get-env "HOSTNAME") :cljs (os/hostname))) tl opts env ks))