mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-23 15:31:26 +00:00
Typo in httpProto
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user