Typo in httpProto

This commit is contained in:
krhubert
2016-08-17 10:20:13 +02:00
committed by GitHub
parent fb3980ce9d
commit 0381636044

View File

@@ -104,7 +104,7 @@ func testApp(args []string) {
var httpProto = "http" var httpProto = "http"
if revel.HttpSsl { if revel.HttpSsl {
httpProto = "httpss" httpProto = "https"
} }
// Get a list of tests // Get a list of tests