diff --git a/apps/coordinator/src/index.ts b/apps/coordinator/src/index.ts index 0a0bebbf0..1e24ae76c 100644 --- a/apps/coordinator/src/index.ts +++ b/apps/coordinator/src/index.ts @@ -376,7 +376,7 @@ class Checkpointer { } try { - await $$`rm ${exportLocation}`; + await $`rm ${exportLocation}`; this.#logger.log("Deleted checkpoint archive", { exportLocation }); await $`buildah rmi ${imageRef}`;