Update template-node to node-template (#2265)

* Update `template-node` to `node-template`

For substrate-up scripts

* Remove random artifact
This commit is contained in:
Shawn Tabrizi
2019-04-12 11:53:35 +02:00
committed by Bastian Köcher
parent 5725e25448
commit 600d0cafaa
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ build = "build.rs"
edition = "2018"
[[bin]]
name = "template-node"
name = "node-template"
path = "src/main.rs"
[dependencies]