mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
name cmd: move subcommands to subdirectory
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
@ -91,7 +91,7 @@ baz
|
||||
|
||||
// error if we aren't running node in online mode
|
||||
if node.LocalMode() {
|
||||
res.SetError(errNotOnline, cmdkit.ErrClient)
|
||||
res.SetError(ErrNotOnline, cmdkit.ErrClient)
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user