Skip to content

Commit 62976fe

Browse files
authored
Merge pull request #117 from megabyte0x/patch-1
Fix: submodule path
2 parents 1ef83de + 5114962 commit 62976fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

with-foundry/.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
path = lib/forge-std
33
url = https://github.com/foundry-rs/forge-std
44

5-
[submodule "with-foundry/lib/foundry-noir-helper"]
6-
path = with-foundry/lib/foundry-noir-helper
5+
[submodule "lib/foundry-noir-helper"]
6+
path = lib/foundry-noir-helper
77
url = https://github.com/0xnonso/foundry-noir-helper

0 commit comments

Comments
 (0)