1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-15 02:35:03 +08:00

Code cleanups to make code climate happy.

License: MIT
Signed-off-by: Kevin Atkinson <k@kevina.org>
This commit is contained in:
Kevin Atkinson
2018-06-26 15:55:36 -04:00
parent 0e24444280
commit ed2bb81b8d
3 changed files with 12 additions and 11 deletions

View File

@ -136,7 +136,7 @@ var rootSubcommands = map[string]*cmds.Command{
"tar": lgc.NewCommand(TarCmd),
"file": lgc.NewCommand(unixfs.UnixFSCmd),
"update": lgc.NewCommand(ExternalBinary()),
"urlstore": lgc.NewCommand(UrlStoreCmd),
"urlstore": lgc.NewCommand(urlStoreCmd),
"version": lgc.NewCommand(VersionCmd),
"shutdown": lgc.NewCommand(daemonShutdownCmd),
}