Skip to content

Commit

Permalink
Update detectors/gcp/cloud-run.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
yegle and MrAlias authored Nov 19, 2020
1 parent 967b778 commit 3e4c83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectors/gcp/cloud-run.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type CloudRun struct {
// interface.
var _ resource.Detector = (*CloudRun)(nil)

// NewCloudRun creates a CloudRun detector
// NewCloudRun creates a CloudRun detector.
// Specify nil to use the default metadata client.
func NewCloudRun() *CloudRun {
return &CloudRun{
Expand Down

0 comments on commit 3e4c83b

Please sign in to comment.