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 {