Skip to content

Commit 80d25c2

Browse files
committed
bugfix file_storage
1 parent 53be124 commit 80d25c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/google/api_client/auth/file_storage.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ class FileStorage
3434
:path
3535

3636
def initialize(path)
37-
Google::ApiClient.logger("DEPRECATED: Please use Storage Class instead.")
37+
Google::APIClient.logger("DEPRECATED: Please use Storage Class instead.")
3838
@path = path
3939
store = Google::APIClient::FileStore.new(@path)
4040
@storage = Google::APIClient::Storage.new(store)
4141
@storage.authorize
4242
end
4343

4444
def load_credentials
45-
Google::ApiClient.logger("DEPRECATED: Please use Storage Class instead.")
45+
Google::APIClient.logger("DEPRECATED: Please use Storage Class instead.")
4646
storage.authorize
4747
end
4848

0 commit comments

Comments
 (0)