From b4e9ea86a4520f4b52448dd81dec296f126c0b1b Mon Sep 17 00:00:00 2001 From: Zahoor Mohamed Date: Sat, 21 Jan 2017 19:06:11 +0530 Subject: [PATCH] Swarm: need tools to update/manipulate manifests #3498 Swarm: need tools to update/manipulate manifests #3498 --- cmd/swarm/manifest.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/swarm/manifest.go b/cmd/swarm/manifest.go index 383b0519f9..e8a7a1d393 100644 --- a/cmd/swarm/manifest.go +++ b/cmd/swarm/manifest.go @@ -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 {