We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec5938 commit 5498c55Copy full SHA for 5498c55
GNUmakefile
@@ -31,7 +31,7 @@ vet:
31
32
fmt:
33
gofmt -w $(GOFMT_FILES)
34
- goimports -w -local github.com/oracle/terraform-provider-oci $(GOFMT_FILES)
+ goimports -w -local github.com/terraform-providers/terraform-provider-oci $(GOFMT_FILES)
35
@if [ -x "$$(command -v terraform)" ]; then \
36
terraform fmt; \
37
else \
0 commit comments