Fix errors when compiling node-template (#4115)

This commit is contained in:
Yuanchao Sun
2019-11-18 20:18:10 +08:00
committed by Bastian Köcher
parent 9e85e21993
commit 0d658ab286
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ fi
PATH_TO_ARCHIVE=$(pwd)/$1
cd $PROJECT_ROOT/.maintain/node-template-release
cargo run $PROJECT_ROOT/node-template $PATH_TO_ARCHIVE
cargo run $PROJECT_ROOT/bin/node-template $PATH_TO_ARCHIVE