diff --git a/dist/index.js b/dist/index.js index efc5e66..c457264 100644 --- a/dist/index.js +++ b/dist/index.js @@ -265,7 +265,7 @@ async function run() { core.info(`Package hash ${hashes.package}`); core.info(`Sources hash ${hashes.sources}`); const stack = new exec_stack_1.ExecStack(inputs.stackYaml, inputs.stackArguments); - const stackRoot = (await stack.parse(["path", "--stack-root]"], parse_stack_path_1.parseStackPath))["stack-root"]; + const stackRoot = (await stack.parse(["path", "--stack-root"], parse_stack_path_1.parseStackPath))["stack-root"]; core.info(`Stack root: ${stackRoot}`); const stackYaml = (0, stack_yaml_1.readStackYamlSync)(inputs.stackYaml); const stackWorks = (0, stack_yaml_1.packagesStackWorks)(stackYaml);