Revert "Fix aliasing recursion with with-profile"

This reverts commit 0334cc8efa.
This commit is contained in:
Hugo Duncan 2014-09-15 16:55:51 -04:00
parent c78a8110a8
commit 1e1e5bcd32

View file

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