Skip to content

Commit

Permalink
Changed so only explicit ipfs cli commands are lowercased
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>


This commit was moved from ipfs/kubo@9843e86
  • Loading branch information
RichardLitt authored and whyrusleeping committed Oct 28, 2016
1 parent 8a0bc5e commit 2430d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/core/corehttp/gateway_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func (i *gatewayHandler) putHandler(w http.ResponseWriter, r *http.Request) {

rootPath, err := path.ParsePath(r.URL.Path)
if err != nil {
webError(w, "putHandler: ipfs path not valid", err, http.StatusBadRequest)
webError(w, "putHandler: IPFS path not valid", err, http.StatusBadRequest)
return
}

Expand Down

0 comments on commit 2430d87

Please sign in to comment.