mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
Typo in httpProto
This commit is contained in:
@@ -104,7 +104,7 @@ func testApp(args []string) {
|
||||
|
||||
var httpProto = "http"
|
||||
if revel.HttpSsl {
|
||||
httpProto = "httpss"
|
||||
httpProto = "https"
|
||||
}
|
||||
|
||||
// Get a list of tests
|
||||
|
||||
Reference in New Issue
Block a user