Skip to content

Commit bf89c95

Browse files
authored
Merge pull request #840 from owenv/owenv/env
CustomTasks should include environment in display strings
2 parents cfe366a + c6ac8b5 commit bf89c95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/SWBTaskConstruction/TaskProducers/OtherTaskProducers/CustomTaskProducer.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ final class CustomTaskProducer: PhasedTaskProducer, TaskProducer {
7878
outputs: outputs,
7979
execDescription: context.settings.globalScope.evaluate(customTask.executionDescription),
8080
preparesForIndexing: customTask.preparesForIndexing,
81-
enableSandboxing: customTask.enableSandboxing)
81+
enableSandboxing: customTask.enableSandboxing,
82+
showEnvironment: true)
8283
}
8384
}
8485

0 commit comments

Comments
 (0)