1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 03:19:47 +08:00

patch should not have been allowed

This was discussed [here][1] but ignored.

[1]: bfff3fa390 (r15654625)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen
2017-12-12 17:56:21 -08:00
parent cb5dae0e9e
commit 958add6d9f

View File

@ -171,7 +171,6 @@ var rootROOldSubcommands = map[string]*oldcmds.Command{
"links": ocmd.ObjectLinksCmd,
"get": ocmd.ObjectGetCmd,
"stat": ocmd.ObjectStatCmd,
"patch": ocmd.ObjectPatchCmd,
},
},
"dag": &oldcmds.Command{