Skip to content

Commit 540ffb6

Browse files
committed
update at 2024-08-09 15:00:55
1 parent c5bb443 commit 540ffb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/clb/clb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func Init(secretId, secretKey, region, vpcId, clusterID string) {
2323
}
2424
defaultRegion = region
2525
defaultVpcId = vpcId
26-
if cluster == "" {
26+
if clusterID == "" {
2727
panic("clusterId is required")
2828
}
2929
clusterId = clusterID

0 commit comments

Comments
 (0)