aws-iam-reference
aws-iam-reference copied to clipboard
Update URL of policies.js
Thanks for maintaining this! I noticed that the automatically updated all-actions.txt didn't change since 2018.
Changes:
- use up-to-date URL of policies.js
- also explicitly make make use bash (it uses sh on my Ubuntu 18, and
make update
fails because-o pipefail
is not available)
URL taken from the policygen page:
Should I also add the all-actions.txt or will it be automatically generated after this PR is merged?
Thanks!