···113113 w.Header().Set("content-type", "text/plain; charset=UTF-8")114114 w.WriteHeader(http.StatusForbidden)115115116116- fmt.Fprintf(w, "Welcome to Tangled.sh!\n\nPushes are currently only supported over SSH.")116116+ fmt.Fprintf(w, "Pushes are only supported over SSH.")117117118118 // If the appview gave us the repository owner's handle we can attempt to119119 // construct the correct ssh url.