From 71dfad00d7be606d215236aa66aefb0f6547083b Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Wed, 13 Dec 2023 14:44:10 +0000 Subject: [PATCH] chore: self mutation Signed-off-by: team-tf-cdk --- test/__snapshots__/index.test.ts.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/__snapshots__/index.test.ts.snap b/test/__snapshots__/index.test.ts.snap index 00c8129d..96f27ec3 100644 --- a/test/__snapshots__/index.test.ts.snap +++ b/test/__snapshots__/index.test.ts.snap @@ -1519,7 +1519,7 @@ scripts "steps": [ { "name": "Clear the changelog so that it doesn't get published twice", - "exec": "rm $CHANGELOG" + "exec": "rm -f $CHANGELOG" }, { "builtin": "release/bump-version"