From 8f1c12efe07a72fbe20e7ee0583ef993f4a62070 Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet <juan@benet.ai> Date: Tue, 14 Oct 2014 03:14:59 -0700 Subject: [PATCH] addCmd -> nameCmd Thanks to @cryptix --- cmd/ipfs/name.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ipfs/name.go b/cmd/ipfs/name.go index a2ef78e50..7021fe612 100644 --- a/cmd/ipfs/name.go +++ b/cmd/ipfs/name.go @@ -43,7 +43,7 @@ Resolve te value of another name: QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy `, - Run: addCmd, + Run: nameCmd, Flag: *flag.NewFlagSet("ipfs-name", flag.ExitOnError), Subcommands: []*commander.Command{ cmdIpfsPub, -- GitLab