Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo Grasso <[email protected]>
Signed-off-by: Kapil Sharma <[email protected]>
  • Loading branch information
2 people authored and poiana committed Apr 9, 2024
1 parent 4acde13 commit 630b95c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var _ = events.Register(

func ContactCloudMetadataServiceFromContainer(h events.Helper) error {
if h.InContainer() {
//this event can be use on GCP, AWS and Azure
// this event can be used on GCP, AWS and Azure
cmd := exec.Command("timeout", "1s", "nc", "169.254.169.254", "80")

if err := cmd.Run(); err != nil {
Expand Down

0 comments on commit 630b95c

Please sign in to comment.