Skip to content

Commit

Permalink
support multiple zones to be specified
Browse files Browse the repository at this point in the history
  • Loading branch information
dspeck1 committed Oct 19, 2023
1 parent 48b8ce3 commit cc50a1f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ import wom.format.MemorySize

trait BatchUtilityConversions {


// construct zones string
def toZonesPath(zones: Vector[String]): String = {
"zones/" + zones.mkString(",")
zones.map(zone => "zones/" + zone).mkString(" ")
}

// lowercase text to match gcp label requirements
Expand Down

0 comments on commit cc50a1f

Please sign in to comment.