From 9176bb42abc175fce7f9f32e826f28aaf024578e Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Wed, 23 Oct 2024 11:07:20 -0600 Subject: [PATCH] Update documentation regarding sage run, see https://github.com/phetsims/perennial/issues/383 --- deployment-info/chipper-2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment-info/chipper-2.0.md b/deployment-info/chipper-2.0.md index 105d12dd..ef97b98f 100644 --- a/deployment-info/chipper-2.0.md +++ b/deployment-info/chipper-2.0.md @@ -326,7 +326,7 @@ steps for this are: For example, you can run this to add back protection rules to john-travoltage. ``` - node perennial/js/scripts/protect-branches-for-repo.js john-travoltage + sage run perennial/js/scripts/protect-branches-for-repo.js john-travoltage ``` # Deploying pre-chipper-2.0 things