Skip to content

Commit 5498c55

Browse files
committed
Update goimports path to new provider location
1 parent aec5938 commit 5498c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ vet:
3131

3232
fmt:
3333
gofmt -w $(GOFMT_FILES)
34-
goimports -w -local github.com/oracle/terraform-provider-oci $(GOFMT_FILES)
34+
goimports -w -local github.com/terraform-providers/terraform-provider-oci $(GOFMT_FILES)
3535
@if [ -x "$$(command -v terraform)" ]; then \
3636
terraform fmt; \
3737
else \

0 commit comments

Comments
 (0)