Skip to content

Commit

Permalink
Merge pull request #2320 from cfengine/fixup-vcs-file-control
Browse files Browse the repository at this point in the history
Fixup lib/vcs example to be proper
  • Loading branch information
nickanderson committed Jun 1, 2020
2 parents 911f68e + 053bc88 commit 2997b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/masterfiles-policy-framework/lib-vcs.markdown
Expand Up @@ -13,7 +13,7 @@ To use these bodies, add the following to your policy:
```cf3
body file control
{
inputs => { "vcs.cf" }
inputs => { "lib/vcs.cf" };
}
```

Expand Down

0 comments on commit 2997b78

Please sign in to comment.