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 7bdb58e commit f1acc3e
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 @@ -36,7 +36,7 @@ test.prepare:

TEST_TOKENS := $(wildcard $(PWD)/__local/grc20_tokens/*)

cp -R "$(TEST_TOKENS)" ".test/examples/gno.land/r/demo" # test tokens
cp -R $(TEST_TOKENS) ".test/examples/gno.land/r/demo" # test tokens
cp -R "$(PWD)/_deploy/r/demo/*" ".test/examples/gno.land/r/demo" # gnft, gns

cp -R "$(PWD)/_deploy/p/demo/gnoswap" ".test/examples/gno.land/p/demo" # gnoswap base package
Expand Down

0 comments on commit f1acc3e

Please sign in to comment.