ci: fix plugin update smoke quoting

This commit is contained in:
Peter Steinberger
2026-04-27 06:50:58 +01:00
parent b02cca4e00
commit e962381dbf

View File

@@ -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