Skip to content

Commit

Permalink
removed brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
cloutierMat committed Jul 30, 2024
1 parent f283262 commit d80ae7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: |
cd terraform-provider-aws
sdk_version=$(go list -m github.com/hashicorp/terraform-plugin-sdk/v2 | sed -n -e 's/^.* //p')
go mod edit --replace github.com/hashicorp/terraform-plugin-sdk/v2=github.com/cloutierMat/terraform-plugin-sdk/v2@${sdk_version}
go mod edit --replace github.com/hashicorp/terraform-plugin-sdk/v2=github.com/cloutierMat/terraform-plugin-sdk/v2@$sdk_version
go mod tidy
- name: Patch Terraform Provider
Expand Down

0 comments on commit d80ae7c

Please sign in to comment.