Skip to content

Commit

Permalink
storage.rb Reorder include to allow overriding Core
Browse files Browse the repository at this point in the history
Signed-off-by: Julien 'Lta' BALLET <contact@lta.io>
  • Loading branch information
elthariel committed Oct 16, 2019
1 parent 5b3291d commit 48924b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/openstack/storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def reset_account_name
end

class Real
include Utils
include Fog::OpenStack::Core
include Utils

def self.not_found_class
Fog::OpenStack::Storage::NotFound
Expand Down

0 comments on commit 48924b0

Please sign in to comment.