Swarm: need tools to update/manipulate manifests #3498

Swarm: need tools to update/manipulate manifests #3498
This commit is contained in:
Zahoor Mohamed 2017-01-21 19:06:11 +05:30 committed by GitHub
parent 27ad2e5996
commit b4e9ea86a4

View file

@ -96,10 +96,10 @@ func updateManifest(ctx *cli.Context, mhash , subcmd, path, hash string) {
}
*/
//mroot, err := client.downloadManifest(mhash)
//if err != nil {
// log.Fatalln("manifest download failed:", err)
//}
mroot, err := client.downloadManifest(mhash)
if err != nil {
log.Fatalln("manifest download failed:", err)
}
switch subcmd {