Skip to content

Commit

Permalink
fix resume_server
Browse files Browse the repository at this point in the history
  • Loading branch information
militarpancho committed Jun 21, 2024
1 parent 9029b76 commit b86fa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/compute/google/requests/resume_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def resume_server(_identity, _zone)
end

class Real
def suspend_server(identity, zone)
def resume_server(identity, zone)
@compute.resume_instance(@project, zone.split("/")[-1], identity)
end
end
Expand Down

0 comments on commit b86fa81

Please sign in to comment.