Skip to content

Commit

Permalink
Fix dot
Browse files Browse the repository at this point in the history
  • Loading branch information
duckception committed Sep 12, 2023
1 parent 668caba commit fe60bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/foundry.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async function validateIfAnvilIsInstalledOrThrow() {
await which('anvil');
} catch (e) {
throw new AnvilNotInstalledError(
'Anvil not detected!. Forking is possible thanks to Anvil, a local testnet node shipped with Foundry. To install the Foundry toolchain please refer here: https://book.getfoundry.sh/getting-started/installation',
'Anvil not detected! Forking is possible thanks to Anvil, a local testnet node shipped with Foundry. To install the Foundry toolchain please refer here: https://book.getfoundry.sh/getting-started/installation',
);
}
}

0 comments on commit fe60bc8

Please sign in to comment.