diff --git a/src/leiningen/trampoline.clj b/src/leiningen/trampoline.clj index beda7b59..fee3cc3e 100644 --- a/src/leiningen/trampoline.clj +++ b/src/leiningen/trampoline.clj @@ -26,7 +26,7 @@ rests (mapcat rest forms) ;; This won't pick up :jvm-args that come from profiles, but it ;; at least gets us :dependencies. - project (project/merge-profiles project profiles) + project (project/set-profiles project profiles) command (eval/shell-command project (concat '(do) inits rests))] (string/join " " (if (win-batch?) (map quote-arg command)