Skip to content

Commit

Permalink
Merge pull request #533 from mcampa/main
Browse files Browse the repository at this point in the history
Fix network_zone_by_location
  • Loading branch information
vitobotta authored Feb 6, 2025
2 parents 719e4ff + 9657d21 commit e21fc37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/configuration/settings/node_pool/location.cr
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ class Configuration::Settings::NodePool::Location
def self.network_zone_by_location(location)
case location
when "ash"
"ash"
"us-west"
when "hil"
"hil"
"us-east"
when "sin"
"sin"
"ap-southeast"
else
"eu-central"
end
Expand Down

0 comments on commit e21fc37

Please sign in to comment.