Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 4, 2018
1 parent 7ca6da0 commit f18ad59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example19-deploy-with-kubernetes/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func showVersion(w http.ResponseWriter, r *http.Request) {
func sayHello(w http.ResponseWriter, r *http.Request) {
message := r.URL.Path
message = strings.TrimPrefix(message, "/")
message = "Hello, drone got the message: " + message
message = "Hello, got the message: " + message
log.Println(message)
w.Write([]byte(message))
}
Expand Down

0 comments on commit f18ad59

Please sign in to comment.