Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloox authored and mergify-bot committed Apr 1, 2021
1 parent fc206f5 commit eb2bdb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/src/main/kotlin/ftl/util/Bash.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Bash {
if (additionalPath.isNotEmpty()) {
val envs: MutableMap<String, String> = it.environment()
additionalPath.forEach { extra ->
envs[extra.component1()] = extra.component2()
envs[extra.first] = extra.second
}
}
}.redirectOutput(PIPE).redirectError(PIPE).start()
Expand Down

0 comments on commit eb2bdb8

Please sign in to comment.