Skip to content

Commit

Permalink
Fixes invalid call to #resize, should be #resize_machine
Browse files Browse the repository at this point in the history
  • Loading branch information
thekvn committed Apr 10, 2012
1 parent baf0f44 commit 5ce6eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/joyent/models/compute/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def stop

def resize(flavor)
requires :id
self.connection.resize(id, flavor)
self.connection.resize_machine(id, flavor)
true
end

Expand Down

0 comments on commit 5ce6eaf

Please sign in to comment.