Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Sep 23, 2023
1 parent 767c2f4 commit b06b4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-sbt-ci/src/main/scala/zio/sbt/ZioSbtCiPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ object ZioSbtCiPlugin extends AutoPlugin {
val nodeOptions = ciNodeOptions.value

val jvmMap = Map(
"JDK_JAVA_OPTIONS" -> jvmOptions.mkString(" "),
"JDK_JAVA_OPTIONS" -> jvmOptions.mkString(" ")
)
val nodeMap: Map[String, String] =
if (nodeOptions.nonEmpty) Map("NODE_OPTIONS" -> nodeOptions.mkString(" ")) else Map.empty
Expand Down

0 comments on commit b06b4eb

Please sign in to comment.