-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update old default branch references. #81
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Spotted a few docs faults, but other than that LGTM
1b9bcbd
to
c60fc69
Compare
c60fc69
to
0afd6bd
Compare
echo " One-liner to download this bootstrap script from GitHub and run it to install version 0.0.3:" | ||
echo " curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version 0.0.3" | ||
echo " One-liner to download this bootstrap script from GitHub and run it to install version v0.0.38:" | ||
echo " curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/v0.0.38/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version v0.0.38" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I verified that passing in 0.0.38
doesn't work.
Ready for another pass! @yorinasub17 |
Thanks Denis! Merging. |
Description
Addresses part of https://github.com/gruntwork-io/cloud-chasers/issues/32
We've updated the default branch to
main
. This PR updates all the references in this repo to the new correct ones.TODOs
Read the Gruntwork contribution guidelines.
Release Notes (draft)
Updated old default branch references as we've switched to
main
.