Skip to content

Commit e962381

Browse files
committed
ci: fix plugin update smoke quoting
1 parent b02cca4 commit e962381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/e2e/plugin-update-unchanged-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ node --input-type=module <<'NODE'
206206
shasum: record.shasum
207207
};
208208
if (JSON.stringify(before) !== JSON.stringify(after)) {
209-
throw new Error("plugin install record changed unexpectedly: " + JSON.stringify({ before, after }));
209+
throw new Error(\"plugin install record changed unexpectedly: \" + JSON.stringify({ before, after }));
210210
}
211211
NODE
212212
if grep -q 'Downloading @example/lossless-claw' /tmp/plugin-update-output.log; then

0 commit comments

Comments
 (0)