Skip to content
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

chore(git) - Switch to using main branch #233

Closed
wants to merge 1 commit into from

Conversation

kddejong
Copy link
Contributor

@kddejong kddejong commented Dec 6, 2022

Issue #, if available:
fix #194
Description of changes:

  • Switch to using main branch

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -73,7 +73,7 @@ For changes to the plugin, a Python virtual environment is recommended. The deve
python3 -m venv env
source env/bin/activate
pip install -e . -e src/ \
-r https://raw.githubusercontent.com/aws-cloudformation/aws-cloudformation-rpdk/master/requirements.txt
-r https://raw.githubusercontent.com/aws-cloudformation/cloudformation-cli/master/requirements.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't this switch to /main/requirements.txt as well?

@mmaeng mmaeng linked an issue Jan 13, 2023 that may be closed by this pull request
@kddejong kddejong closed this Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch from master to main branch
2 participants