Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Feb 10, 2024
1 parent da14069 commit 3598b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 3598b84

Please sign in to comment.