Skip to content

Commit adda3dd

Browse files
committed
fix: typo
1 parent 1bc2625 commit adda3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ test.prepare:
3333
cp -r "$(GNOROOT)/examples/$$i" ".test/examples/$$i";\
3434
done
3535
# Copy over gnoswap code.
36-
cp - "$(PWD)/__local/grc20_tokens/foo" ".test/examples/gno.land/r/demo/foo" # test tokens
36+
cp -r "$(PWD)/__local/grc20_tokens/foo" ".test/examples/gno.land/r/demo/foo" # test tokens
3737
cp -R "$(PWD)/__local/grc20_tokens/*" ".test/examples/gno.land/r/demo" # test tokens
3838
cp -R "$(PWD)/_deploy/r/demo/*" ".test/examples/gno.land/r/demo" # gnft, gns
3939

0 commit comments

Comments
 (0)