diff --git a/scripts/e2e/plugin-update-unchanged-docker.sh b/scripts/e2e/plugin-update-unchanged-docker.sh index e1e1b512559..b22dc282eeb 100755 --- a/scripts/e2e/plugin-update-unchanged-docker.sh +++ b/scripts/e2e/plugin-update-unchanged-docker.sh @@ -206,7 +206,7 @@ node --input-type=module <<'NODE' shasum: record.shasum }; if (JSON.stringify(before) !== JSON.stringify(after)) { - throw new Error("plugin install record changed unexpectedly: " + JSON.stringify({ before, after })); + throw new Error(\"plugin install record changed unexpectedly: \" + JSON.stringify({ before, after })); } NODE if grep -q 'Downloading @example/lossless-claw' /tmp/plugin-update-output.log; then