Skip to content

Commit

Permalink
Fix RenderGCE issue on Address
Browse files Browse the repository at this point in the history
Fix regression in kubernetes#3292
  • Loading branch information
justinsb committed Sep 4, 2017
1 parent bd3daf4 commit 8b168f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/gcetasks/address.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (_ *Address) CheckChanges(a, e, changes *Address) error {
return nil
}

func (_ *Address) RenderGCE(t gce.GCEAPITarget, a, e, changes *Address) error {
func (_ *Address) RenderGCE(t *gce.GCEAPITarget, a, e, changes *Address) error {
cloud := t.Cloud
addr := &compute.Address{
Name: *e.Name,
Expand Down

0 comments on commit 8b168f5

Please sign in to comment.