cmd/puppeth: fix improper key validation for remotes

This commit is contained in:
Péter Szilágyi
2017-05-30 14:24:01 +03:00
parent b0f30b0b37
commit ec1700600a
2 changed files with 2 additions and 3 deletions

View File

@ -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))
}