We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc2625 commit adda3ddCopy full SHA for adda3dd
Makefile
@@ -33,7 +33,7 @@ test.prepare:
33
cp -r "$(GNOROOT)/examples/$$i" ".test/examples/$$i";\
34
done
35
# Copy over gnoswap code.
36
- 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
37
cp -R "$(PWD)/__local/grc20_tokens/*" ".test/examples/gno.land/r/demo" # test tokens
38
cp -R "$(PWD)/_deploy/r/demo/*" ".test/examples/gno.land/r/demo" # gnft, gns
39
0 commit comments