Skip to content

Commit

Permalink
GCLOUD2-11796 manage servergroup (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexk53 authored Sep 12, 2024
1 parent 1c3bd3b commit 1a7c4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcore/instance/v1/instances/urls.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func listInstanceLocationURL(c *gcorecloud.ServiceClient) string {
}

func putServerToServerGroupURL(c *gcorecloud.ServiceClient, id string) string {
return resourceActionURL(c, id, "put_from_servergroup")
return resourceActionURL(c, id, "put_into_servergroup")
}

func removeServerFromServerGroupURL(c *gcorecloud.ServiceClient, id string) string {
Expand Down

0 comments on commit 1a7c4e1

Please sign in to comment.