From 3598b84a50fcf463c923c4b527a9ec99339d433e Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Sat, 10 Feb 2024 10:58:47 -0500 Subject: [PATCH] WIP --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 8f00eb3..bf3ae5e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -59,7 +59,7 @@ async function run() { // environment and install GHC, etc. It's the only option currently safe to // make outside of caching. const stackRoot = ( - await stack.parse(["path", "--stack-root]"], parseStackPath) + await stack.parse(["path", "--stack-root"], parseStackPath) )["stack-root"]; // const stackRoot = "~/.stack";