Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
tameem92 committed May 19, 2016
1 parent f193705 commit 97e4ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/digitalocean/models/compute_v2/servers.rb
Expand Up @@ -15,7 +15,7 @@ class Servers < Fog::Compute::DigitalOceanV2::PagingCollection
# @raise [Fog::Compute::DigitalOceanV2::InternalServerError] - HTTP 500
# @raise [Fog::Compute::DigitalOceanV2::ServiceError]
# @see https://developers.digitalocean.com/documentation/v2/#droplets
def all(filters = {}, total=false)
def all(filters = {})
data = service.list_servers(filters)
links = data.body["links"]
get_paged_links(links)
Expand Down

0 comments on commit 97e4ae1

Please sign in to comment.