Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtraver committed Nov 15, 2022
1 parent 1ad78d6 commit 06713aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaelog.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func newServiceInfo() (serviceInfo, error) {
return serviceInfo{}, err
}

// We got the project ID, so get and the check the env vars expected to be set on Cloud Run.
// We got the project ID, so get and check the env vars expected to be set on Cloud Run.
crService := os.Getenv("K_SERVICE")
crRevision := os.Getenv("K_REVISION")
crConfiguration := os.Getenv("K_CONFIGURATION")
Expand Down

0 comments on commit 06713aa

Please sign in to comment.