From ad79ef75eefd361c4985d024d4a2b541a55037c0 Mon Sep 17 00:00:00 2001 From: Nichole Boufford Date: Thu, 29 Aug 2024 18:11:06 -0700 Subject: [PATCH] chore: correct typo in npm provenance tutorial Signed-off-by: Nichole Boufford --- docs/source/pages/tutorials/npm_provenance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/pages/tutorials/npm_provenance.rst b/docs/source/pages/tutorials/npm_provenance.rst index b2285aa04..3a3190ba8 100644 --- a/docs/source/pages/tutorials/npm_provenance.rst +++ b/docs/source/pages/tutorials/npm_provenance.rst @@ -91,7 +91,7 @@ After including some helper rules, the above policy is defined as requiring all .. code-block:: shell - ./run_macaron.sh -d output/macaron.db -f verified.dl + ./run_macaron.sh verify-policy -d output/macaron.db -f verified.dl The result of this command should show that the policy we have written succeeds on the ``semver`` library. As follows: