providers/google: Fix reading account_file path

This commit is contained in:
Justin Campbell 2015-07-28 09:36:05 -04:00
parent 86cc12268b
commit c1c904ce9e

View File

@ -71,13 +71,13 @@ func (c *Config) loadAndValidate() error {
}
contents = string(b)
}
if err := parseJSON(&account, contents); err != nil {
return fmt.Errorf(
"Error parsing account file '%s': %s",
contents,
err)
if err := parseJSON(&account, contents); err != nil {
return fmt.Errorf(
"Error parsing account file '%s': %s",
contents,
err)
}
}
clientScopes := []string{