Skip to content

Commit

Permalink
Switch from ssh to https for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Aug 31, 2023
1 parent a205915 commit 2cadeb6
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 2cadeb6

Please sign in to comment.