chore: remove rogue character

This commit is contained in:
Joseph Mearman 2024-08-21 11:26:39 +01:00 committed by GitHub
parent ec7b40d933
commit 9bbeaea976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ The [`devbuild` target](./build-develop-deploy.md), will create a `terraform` di
with the provider binary and some utility files in the dedicated local Terraform registry directory.
```bash
bazel run //:devbuild'
bazel run //:devbuild
```
> [!IMPORTANT] when making changes on the provider without a commit, subsequent applies will fail due to the changed binary hash. To solve this, in your Terraform directory run: