Skip to content

Commit 82760f8

Browse files
committed
fix: typo
1 parent f1acc3e commit 82760f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ test.prepare:
3434
done
3535
# Copy over gnoswap code.
3636

37-
TEST_TOKENS := $(wildcard $(PWD)/__local/grc20_tokens/*)
38-
37+
TEST_TOKENS:=$(wildcard $(PWD)/__local/grc20_tokens/*)
3938
cp -R $(TEST_TOKENS) ".test/examples/gno.land/r/demo" # test tokens
4039
cp -R "$(PWD)/_deploy/r/demo/*" ".test/examples/gno.land/r/demo" # gnft, gns
4140

0 commit comments

Comments
 (0)