Skip to content

Commit

Permalink
#29 - refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
apanasiuk-el committed Jan 13, 2025
1 parent dce213c commit 0a38f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/google_provider/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ func (gcp *GCPConfigure) DeleteGCPCloudNATGateway(region string) error {
}

if len(resp.Clusters) > 0 {
zap.S().Infof("skipped delete GCP router %s because there are %d clusters in the region %s",
zap.S().Infof("skipped deleting GCP router %s because there are %d clusters in %s region",
"default-router-"+region, len(resp.Clusters), region)
return nil
}
Expand Down

0 comments on commit 0a38f73

Please sign in to comment.