From 03816360449513aac423fa444e3ac1a6019c49a8 Mon Sep 17 00:00:00 2001 From: krhubert Date: Wed, 17 Aug 2016 10:20:13 +0200 Subject: [PATCH] Typo in httpProto --- revel/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revel/test.go b/revel/test.go index 5c8b38b..d2261df 100644 --- a/revel/test.go +++ b/revel/test.go @@ -104,7 +104,7 @@ func testApp(args []string) { var httpProto = "http" if revel.HttpSsl { - httpProto = "httpss" + httpProto = "https" } // Get a list of tests