Skip to content

Commit

Permalink
Merge branch 'master' into st/chore/remove-unused-operation-names
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf authored Sep 19, 2024
2 parents 5075d50 + 0c927f7 commit 060c49f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/polite-pugs-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-fuels": patch
---

fix: `create fuels` not respecting toolchain file
2 changes: 1 addition & 1 deletion packages/create-fuels/test/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('CLI', { timeout: 15_000 }, () => {
args,
});

const fuelToolchainPath = join(paths.projectRoot, 'sway-programs', 'fuel-toolchain.toml');
const fuelToolchainPath = join(paths.projectRoot, 'fuel-toolchain.toml');
const fuelToolchain = readFileSync(fuelToolchainPath, 'utf-8');
const parsedFuelToolchain = toml.parse(fuelToolchain);

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 060c49f

Please sign in to comment.