Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Oct 23, 2024
1 parent 9bd859d commit ebecd9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import cromwell.core.path.PathFactory.PathBuilders
import scala.concurrent.ExecutionContext

object GcpBatchWorkflowPaths {
val GcsRootOptionKey = "gcp_batch_gcs_root"
val GcsRootOptionKey = "jes_gcs_root"

Check warning on line 15 in supportedBackends/google/batch/src/main/scala/cromwell/backend/google/batch/models/GcpBatchWorkflowPaths.scala

View check run for this annotation

Codecov / codecov/patch

supportedBackends/google/batch/src/main/scala/cromwell/backend/google/batch/models/GcpBatchWorkflowPaths.scala#L15

Added line #L15 was not covered by tests
}
case class GcpBatchWorkflowPaths(workflowDescriptor: BackendWorkflowDescriptor,
gcsCredentials: Credentials,
Expand Down

0 comments on commit ebecd9f

Please sign in to comment.