Skip to content

Commit ca5ca6e

Browse files
authored
Fix path in security policyenginesimulator sample (#2329)
Signed-off-by: Mahati Chamarthy <mahati.chamarthy@gmail.com>
1 parent 66a6fc1 commit ca5ca6e

File tree

1 file changed

+1
-1
lines changed
  • internal/tools/policyenginesimulator/samples/simple_framework

1 file changed

+1
-1
lines changed

internal/tools/policyenginesimulator/samples/simple_framework/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"feed": "contoso.azurecr.io/infra",
66
"issuer": "did:web:contoso.com",
77
"namespace": "fragment",
8-
"local_path": "relative/path/to/local/fragment.rego"
8+
"local_path": "fragment.rego"
99
}
1010
},
1111
{

0 commit comments

Comments
 (0)