Skip to content

Commit

Permalink
Merge pull request #2770 from pulumi/iwahbe/fix-workflow-run
Browse files Browse the repository at this point in the history
Switch from ssh to https for submodule
  • Loading branch information
iwahbe authored Aug 31, 2023
2 parents a205915 + 2cadeb6 commit 33d1ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ init_upstream:
cd upstream && \
git submodule update --init && \
(git remote rm source || true) && \
git remote add source git@github.com:hashicorp/terraform-provider-aws.git && \
git remote add source https://github.com/hashicorp/terraform-provider-aws.git && \
git fetch source; \
fi; \

Expand Down

0 comments on commit 33d1ce0

Please sign in to comment.