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 f1acc3e commit 82760f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ test.prepare:
done
# Copy over gnoswap code.

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

TEST_TOKENS:=$(wildcard $(PWD)/__local/grc20_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

Expand Down

0 comments on commit 82760f8

Please sign in to comment.