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:
@ -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),
|
||||
}
|
||||
|
Reference in New Issue
Block a user