Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Apr 3, 2024
1 parent 1bc2625 commit adda3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test.prepare:
cp -r "$(GNOROOT)/examples/$$i" ".test/examples/$$i";\
done
# Copy over gnoswap code.
cp - "$(PWD)/__local/grc20_tokens/foo" ".test/examples/gno.land/r/demo/foo" # test tokens
cp -r "$(PWD)/__local/grc20_tokens/foo" ".test/examples/gno.land/r/demo/foo" # test tokens
cp -R "$(PWD)/__local/grc20_tokens/*" ".test/examples/gno.land/r/demo" # test tokens
cp -R "$(PWD)/_deploy/r/demo/*" ".test/examples/gno.land/r/demo" # gnft, gns

Expand Down

0 comments on commit adda3dd

Please sign in to comment.