aws-samples / inspector2-enablement-with-cli

bash script to enable Amazon Inspector2 on AWS Organizations in multiple regions
MIT No Attribution
22 stars 10 forks source link

fix: remove typo #1

Closed hazcod closed 1 year ago

hazcod commented 1 year ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

daodennis-ri commented 1 year ago

This operator pipes both standard output and standard error from the left hand side to the right hand side. This is a newer BASH feature, but in the README there is a warning that this script requires BASH 5. This PR can be closed.

stefmbappe commented 1 year ago

Yes, I have just run it with bash 4.2 and it is working. Though, it is not a warning, but just an info of the bash version I have tested it.

Thank you for your feedback.

regards,