From 0d817f524f3937facc416c0552b2cc0f03d49e87 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Thu, 16 May 2013 13:44:10 -0700 Subject: [PATCH] Looooooong liiiiiines. [ci skip] --- src/leiningen/deploy.clj | 3 ++- src/leiningen/install.clj | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/leiningen/deploy.clj b/src/leiningen/deploy.clj index 1d12ec2b..cf81298a 100644 --- a/src/leiningen/deploy.clj +++ b/src/leiningen/deploy.clj @@ -150,7 +150,8 @@ be able to depend on jars that are deployed without a pom." (let [branches (set (:deploy-branches project))] (when (and (seq branches) (in-branches branches)) - (apply main/abort "Can only deploy from branches listed in :deploy-branches:" branches))) + (apply main/abort "Can only deploy from branches listed in" + ":deploy-branches:" branches))) (warn-missing-metadata project) (let [repo (repo-for project repository) files (files-for project repo)] diff --git a/src/leiningen/install.clj b/src/leiningen/install.clj index ed61b654..8765fd46 100644 --- a/src/leiningen/install.clj +++ b/src/leiningen/install.clj @@ -14,7 +14,8 @@ [project] (when (not (or (:install-releases? project true) (pom/snapshot? project))) - (main/abort "Can't install release artifacts when :install-releases? is set to false.")) + (main/abort "Can't install release artifacts when :install-releases?" + "is set to false.")) (let [jarfiles (jar/jar project) pomfile (pom/pom project) local-repo (:local-repo project)]