patch should not have been allowed
This was discussed [here][1] but ignored. [1]: https://github.com/ipfs/go-ipfs/commit/bfff3fa3905a38c7ac107ba1d5b3313f46b8e5d8#r15654625 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Dec 12, 2017 at 17:56 UTC
958add6d9f8cda4c321c2fc566cd70d8005003a1
1 file changed
-1
core/commands/root.go
-1
@@ -171,7 +171,6 @@ var rootROOldSubcommands = map[string]*oldcmds.Command{
171
"links": ocmd.ObjectLinksCmd,
172
"get": ocmd.ObjectGetCmd,
173
"stat": ocmd.ObjectStatCmd,
174
- "patch": ocmd.ObjectPatchCmd,
174
},
175
},
176
"dag": &oldcmds.Command{