Skip to content

Commit

Permalink
fix defaultMetro (use "dc" not "DC")
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <mjohansson@equinix.com>
  • Loading branch information
displague committed Apr 26, 2021
1 parent dfbe73d commit 13247b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/metal/metal.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
dockerConfigDir = "/etc/docker"
consumerToken = "24e70949af5ecd17fe8e867b335fc88e7de8bd4ad617c0403d8769a376ddea72"
defaultOS = "ubuntu_20_04"
defaultMetro = "DC"
defaultMetro = "dc"
)

var (
Expand Down

0 comments on commit 13247b5

Please sign in to comment.