Skip to content

Commit 18ec57f

Browse files
committed
fix: typo
1 parent 6a4e81f commit 18ec57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test.prepare:
4949

5050
cp -r "$(PWD)/_deploy/r/gnoswap" ".test/examples/gno.land/r/gnoswap" # gnoswap base realm
5151

52-
cp -r "$(PWD)/gov" "$(PWD)/pool" "$(PWD)/position" "$(PWD)/router" "$(PWD)/staker" ".test/examples/gno.land/r/" # gnoswap realm
52+
cp -r "$(PWD)/gov" "$(PWD)/pool" "$(PWD)/position" "$(PWD)/router" "$(PWD)/staker" ".test/examples/gno.land/r/demo" # gnoswap realm
5353

5454
# Move tests
5555
mv $(TESTFILE_GOV) ".test/examples/gno.land/r/demo/gov"

0 commit comments

Comments
 (0)