From ca2fcbab83c8389916c6965ce96b050e6c13ff0f Mon Sep 17 00:00:00 2001 From: Danilo Tuler Date: Tue, 22 Oct 2024 11:58:39 -0400 Subject: [PATCH] fixup! feat(cli): build based on configuration unused variable --- apps/cli/src/machine.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/cli/src/machine.ts b/apps/cli/src/machine.ts index 2585eb42..18b629fc 100644 --- a/apps/cli/src/machine.ts +++ b/apps/cli/src/machine.ts @@ -71,7 +71,6 @@ export const bootMachine = async ( ); // command to change working directory if WORKDIR is defined - const command = "cartesi-machine"; const args = [ ...bootargs, ...envs,