Skip to content

Commit

Permalink
Merge pull request #8486 from riyad/improve-ping-api-compat
Browse files Browse the repository at this point in the history
REST API v2 - ping - remove newline from response to improve Docker compatibility
  • Loading branch information
openshift-merge-robot authored Nov 26, 2020
2 parents 5af0266 + af6106f commit 201b0ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/api/handlers/compat/ping.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ func Ping(w http.ResponseWriter, r *http.Request) {
if r.Method == http.MethodGet {
fmt.Fprint(w, "OK")
}
fmt.Fprint(w, "\n")
}

0 comments on commit 201b0ac

Please sign in to comment.