Skip to content

Commit ae76c75

Browse files
committed
storage.rb Reorder include to allow overriding Core
Signed-off-by: Julien 'Lta' BALLET <contact@lta.io>
1 parent bc426ef commit ae76c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fog/openstack/storage/storage.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def reset_account_name
108108
end
109109

110110
class Real
111-
include Utils
112111
include Fog::OpenStack::Core
112+
include Utils
113113

114114
def self.not_found_class
115115
Fog::OpenStack::Storage::NotFound

0 commit comments

Comments
 (0)