Skip to content

Commit 581af1f

Browse files
committed
firewall
1 parent 6254109 commit 581af1f

4 files changed

Lines changed: 603 additions & 70 deletions

File tree

cmd/eip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ func NewCmdEIPRelease() *cobra.Command {
349349
Example: "ucloud eip release --eip-id eip-xx1,eip-xx2",
350350
Run: func(cmd *cobra.Command, args []string) {
351351
for _, id := range ids {
352-
req.EIPId = &id
352+
req.EIPId = sdk.String(id)
353353
_, err := base.BizClient.ReleaseEIP(req)
354354
if err != nil {
355355
base.HandleError(err)

0 commit comments

Comments
 (0)