aboutsummaryrefslogtreecommitdiff
path: root/lux-lein
diff options
context:
space:
mode:
Diffstat (limited to 'lux-lein')
-rw-r--r--lux-lein/src/leiningen/lux/packager.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-lein/src/leiningen/lux/packager.clj b/lux-lein/src/leiningen/lux/packager.clj
index 9bea3ef5c..42d32fe95 100644
--- a/lux-lein/src/leiningen/lux/packager.clj
+++ b/lux-lein/src/leiningen/lux/packager.clj
@@ -22,7 +22,7 @@
(def ^:private buffer-size (* 10 kilobyte))
(defn ^:private manifest
- "(-> Project Text Bool Manifest)"
+ "(-> Project Text Bit Manifest)"
[project module includes-android?]
(doto (new Manifest)
(-> .getMainAttributes