Skip to content

Commit 9117710

Browse files
authored
chore: correct typo in npm provenance tutorial (#846)
Signed-off-by: Nichole Boufford <[email protected]>
1 parent 06a2e8c commit 9117710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/pages/tutorials/npm_provenance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ After including some helper rules, the above policy is defined as requiring all
9191

9292
.. code-block:: shell
9393
94-
./run_macaron.sh -d output/macaron.db -f verified.dl
94+
./run_macaron.sh verify-policy -d output/macaron.db -f verified.dl
9595
9696
The result of this command should show that the policy we have written succeeds on the ``semver`` library. As follows:
9797

0 commit comments

Comments
 (0)