Merge pull request #1689 from hugoduncan/fix-with-profile-aliases

Fix aliasing recursion with with-profile
This commit is contained in:
Jean Niklas L'orange 2014-09-15 01:03:31 +02:00
commit c6cfe88db7

View file

@ -11,8 +11,7 @@
(hooke/with-scope
(let [project (and project (project/set-profiles
(project/project-with-profiles project)
profiles))
task-name (main/lookup-alias task-name project)]
profiles))]
(main/apply-task task-name project args))))
(defn profiles-in-group