Skip to content

Commit

Permalink
fix: plugins install command (#822)
Browse files Browse the repository at this point in the history
Signed-off-by: Pankaj Tolani <pankaj.tolani@gmail.com>
  • Loading branch information
part-time-githubber authored May 1, 2023
1 parent 33ce843 commit 399cbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Under the hood conftest leverages [go-getter](https://github.com/hashicorp/go-ge
For example, to download the Kubernetes Conftest plugin you can execute the following command:

```console
conftest plugin install git://github.com/open-policy-agent/conftest//contrib/plugins/kubectl
conftest plugin install github.com/open-policy-agent/conftest//contrib/plugins/kubectl
```

## Using plugins
Expand Down

0 comments on commit 399cbe0

Please sign in to comment.