Skip to content

Commit 8231a8d

Browse files
committed
docs: remove extra backtick
1 parent ddd57b9 commit 8231a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ to setup your local Terraform to use your local version rather than the registry
5151
5. All local Terraform runs will now use your local provider!
5252
6. **NOTE**: We vendor this provider into `github.com/coder/coder`, so if you're testing with a local clone, make sure to run the following in your local clone of `coder`:
5353
```console
54-
go mod edit -replace github.com/coder/terraform-provider-coder/v2=/path/to/terraform-provider-coder`
54+
go mod edit -replace github.com/coder/terraform-provider-coder/v2=/path/to/terraform-provider-coder
5555
go mod tidy
5656
```
5757
⚠️ Be sure to include `/v2` in the module path as it needs to match the version declared in the provider’s `go.mod`.

0 commit comments

Comments
 (0)