From bbb24a5d2eabafe22f8ff138762fb89dff480962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Z=C3=B6pfel?= Date: Thu, 14 Nov 2013 08:32:47 +0100 Subject: [PATCH] using the path= method on initialize --- lib/google/api_client/auth/file_storage.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/google/api_client/auth/file_storage.rb b/lib/google/api_client/auth/file_storage.rb index d19927ab6..b08615b18 100644 --- a/lib/google/api_client/auth/file_storage.rb +++ b/lib/google/api_client/auth/file_storage.rb @@ -35,7 +35,7 @@ module Google # @param [String] path # Path to the credentials file. def initialize(path) - @path = path + self.path= path self.load_credentials end