Skip to content

Commit

Permalink
Merge pull request #61 from hortonworks/format-fix
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
Bajzathd authored Aug 25, 2021
2 parents 04493d1 + 2d080a5 commit 4fca7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func init() {
applicationCredentials := os.Getenv("GOOGLE_APPLICATION_CREDENTIALS")
if len(applicationCredentials) == 0 {
log.Warn("[GCP] GOOGLE_APPLICATION_CREDENTIALS environment variable is missing")
log.Warn("[GCP] Assuming Application Default Credentials are configured")
log.Warn("[GCP] Assuming Application Default Credentials are configured")
}
ctx.CloudProviders[types.GCP] = func() types.CloudProvider {
if len(provider.projectID) == 0 {
Expand Down

0 comments on commit 4fca7cc

Please sign in to comment.