Skip to content

Commit

Permalink
update return
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsullivan committed Oct 14, 2020
1 parent c6cf265 commit dc3f4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cloudServerResizeExpectation.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ This command is purely for information gathering.
lwCliInst.Die(errors.New("when --private-parent , at least one of --memory --disk --vcpu are required"))
}

privateParentUniqId, err := lwCliInst.DerivePrivateParentUniqId(privateParentFlag)
privateParentUniqId, _, err := lwCliInst.DerivePrivateParentUniqId(privateParentFlag)
if err != nil {
lwCliInst.Die(err)
}
Expand Down

0 comments on commit dc3f4ab

Please sign in to comment.