Skip to content

Commit

Permalink
Merge pull request technomancy#2244 from DanToml/dani_fs_permissions
Browse files Browse the repository at this point in the history
Add note about file system permissions in get-dependencies
  • Loading branch information
winks authored Feb 8, 2017
2 parents 5fe3b9d + b22dc25 commit 9f2f9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leiningen-core/src/leiningen/core/classpath.clj
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
(catch DependencyResolutionException e
;; Cannot recur from catch/finally so have to put this in its own defn
(print-failures e)
(warn "This could be due to a typo in :dependencies or network issues.")
(warn "This could be due to a typo in :dependencies, file system permissions, or network issues.")
(warn "If you are behind a proxy, try setting the 'http_proxy' environment variable.")
(throw (ex-info "Could not resolve dependencies" {:suppress-msg true
:exit-code 1} e)))
Expand Down

0 comments on commit 9f2f9eb

Please sign in to comment.