Skip to content

Commit d2f1b98

Browse files
committed
fixup! refactor: move ComputeVPNGateway to identity and refs pattern
1 parent 00ac8d3 commit d2f1b98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apis/compute/v1beta1/computevpngateway_reference.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (r *ComputeVPNGatewayRef) Normalize(ctx context.Context, reader client.Read
9696
trimmed := apirefs.TrimComputeURIPrefix(selfLink)
9797
id := &ComputeVPNGatewayIdentity{}
9898
if err := id.FromExternal(trimmed); err == nil {
99-
return trimmed
99+
return id.String()
100100
}
101101
}
102102
return ""

0 commit comments

Comments
 (0)