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 59edace commit 7bdb58e
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 @@ -34,7 +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 7bdb58e

Please sign in to comment.