diff --git a/src/utils/bash/shellPrefix.ts b/src/utils/bash/shellPrefix.ts index 50d7be4..8407191 100644 --- a/src/utils/bash/shellPrefix.ts +++ b/src/utils/bash/shellPrefix.ts @@ -26,3 +26,4 @@ export function formatShellPrefixCommand( return `${quote([prefix])} ${quote([command])}` } } +