From 76a3946845706da2196008e954a369620b0b67fb Mon Sep 17 00:00:00 2001 From: Armani Ferrante Date: Tue, 12 Apr 2022 17:40:48 -0400 Subject: [PATCH] fix makefile cd (#1777) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c52a0cb0..45371432 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ publish: sleep 25 cd lang/attribute/event/ && cargo publish && cd ../../../ sleep 25 - cd lang/ && cargo publish && cd../ + cd lang/ && cargo publish && cd ../ sleep 25 cd spl/ && cargo publish && cd ../ sleep 25