Point to the right help text in deploy auth message.

This commit is contained in:
Phil Hagelberg 2014-05-27 15:05:23 -07:00
parent b3f3537386
commit 004bc6ecc5
2 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
* Report download progress of search indices. (Matthew Blair)
* Protection from harmful `:clean-targets` settings. (Craig McDaniel)
* Faster loading of help text. (David Grayson, Ryan Mulligan)
* Add `LEIN_SILENT` option to suppress *info* output. (Phil Hagelberg)
* Add `LEIN_SILENT` option to suppress `*info*` output. (Phil Hagelberg)
## 2.3.4 / 2013-11-18

View file

@ -17,8 +17,8 @@
(cond (re-find #"Return code is 405" message)
(str message "\n" "Ensure you are deploying over SSL.")
(re-find #"Return code is 401" message)
(str message "\n" "See `lein help deploy` for an explanation of how to"
" specify credentials.")
(str message "\n" "See `lein help deploying` for an explanation of how"
" to specify credentials.")
:else message))
(defn add-auth-from-url