Skip to content

Commit f577f45

Browse files
GokceGKFyusel
andauthored
Update internal/cmd/beta/public-ip/associate/associate.go
Co-authored-by: Alexander Dahmen <[email protected]>
1 parent 211fd43 commit f577f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/beta/public-ip/associate/associate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
7676
return fmt.Errorf("associate public IP: %w", err)
7777
}
7878

79-
p.Outputf("Associated public IP %q with resource %v.\n", publicIpLabel, resp.NetworkInterface)
79+
p.Outputf("Associated public IP %q with resource %v.\n", publicIpLabel, *resp.GetNetworkInterface())
8080
return nil
8181
},
8282
}

0 commit comments

Comments
 (0)