Skip to content

Commit

Permalink
fix(pg): init command does not install foundry fork
Browse files Browse the repository at this point in the history
  • Loading branch information
RPate97 committed Feb 15, 2024
1 parent 082e521 commit 6c521cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/forty-hounds-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sphinx-labs/plugins': patch
---

Prompt to install Foundry fork during init
2 changes: 1 addition & 1 deletion packages/plugins/src/sample-project/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const init = async (

spinner.succeed('Initialized sample Sphinx project.')

await handleInstall(spinner, false, true)
await handleInstall(spinner, false, false)

await handleCommit()
}

0 comments on commit 6c521cb

Please sign in to comment.