Skip to content

Commit

Permalink
fixed block
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle authored and Daniellem97 committed Dec 5, 2023
1 parent 4e59b0c commit 975befe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/concepts/policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ Multiple policies of the same type can be attached to a single stack, in which c

We update the version of OPA that we are using regularly, to find out the version we are currently running, you can use the following query:

```
```graphql
query getOPAVersion{
policyRuntime {
openPolicyAgentVersion
}
policyRuntime {
openPolicyAgentVersion
}
}
```

Expand Down

0 comments on commit 975befe

Please sign in to comment.