Skip to content

Commit

Permalink
use the right zone variable
Browse files Browse the repository at this point in the history
Signed-off-by: Seán C McCord <[email protected]>
  • Loading branch information
Ulexus committed Sep 27, 2021
1 parent 0b9c5f4 commit d1a43ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func main() {
cloud = os.Getenv("CLOUD")
}
if os.Getenv("ZONE") != "" {
cloud = os.Getenv("ZONE")
zone = os.Getenv("ZONE")
}

var cloudAssigner ipam.Assigner
Expand Down

0 comments on commit d1a43ac

Please sign in to comment.