Skip to content

Commit c6ac8b5

Browse files
committed
CustomTasks should include environment in display strings
1 parent a4eb4d8 commit c6ac8b5

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)