aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/module_node.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-05-30 19:24:01 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-05-30 19:24:01 +0800
commitec1700600a96e493dd0fac2a182dc191eaf227a0 (patch)
treef4a0b0eb9a555940c79fbf727436390ad9a04f34 /cmd/puppeth/module_node.go
parentb0f30b0b37f2afcf9bf9fb8519abc7ffe595e615 (diff)
downloaddexon-ec1700600a96e493dd0fac2a182dc191eaf227a0.tar.gz
dexon-ec1700600a96e493dd0fac2a182dc191eaf227a0.tar.zst
dexon-ec1700600a96e493dd0fac2a182dc191eaf227a0.zip
cmd/puppeth: fix improper key validation for remotes
Diffstat (limited to 'cmd/puppeth/module_node.go')
-rw-r--r--cmd/puppeth/module_node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/module_node.go b/cmd/puppeth/module_node.go
index 6372f60d2..ce1d34135 100644
--- a/cmd/puppeth/module_node.go
+++ b/cmd/puppeth/module_node.go
@@ -135,7 +135,7 @@ func deployNode(client *sshClient, network string, bootv4, bootv5 []string, conf
}
defer client.Run("rm -rf " + workdir)
- // Build and deploy the bootnode service
+ // Build and deploy the boot or seal node service
return nil, client.Stream(fmt.Sprintf("cd %s && docker-compose -p %s up -d --build", workdir, network))
}