Revert "Grant non-project profile access to with-profile"

This reverts commit 3a2cf94324.
This commit is contained in:
Hugo Duncan 2014-09-16 09:20:18 -04:00
parent c2cc98e660
commit caa28570df

View file

@ -9,9 +9,7 @@
"Apply the given task with a comma-separated profile list."
[project profiles task-name args]
(hooke/with-scope
(let [project (and project (project/set-profiles
(project/project-with-profiles project)
profiles))
(let [project (and project (project/set-profiles project profiles))
task-name (main/lookup-alias task-name project)]
(main/apply-task task-name project args))))