From 5f678eb838346c6dc6f694ef465cdef96b5deea7 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Wed, 8 Feb 2017 10:36:39 +0000 Subject: [PATCH] Review comments: change realm name --- scripts/rageshake.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rageshake.go b/scripts/rageshake.go index 301708cdd5..a150eab75d 100644 --- a/scripts/rageshake.go +++ b/scripts/rageshake.go @@ -137,7 +137,7 @@ func main() { if usr == "" || pass == "" { fmt.Println("BUGS_USER and BUGS_PASS env vars not found. No authentication is running for /api/listing") } else { - fs = basicAuth(fs, usr, pass, "Enter username and password") + fs = basicAuth(fs, usr, pass, "Riot bug reports") } http.Handle("/api/listing/", fs)