From 29afaa3025ff490f42ed168d2916cb5b59209a21 Mon Sep 17 00:00:00 2001 From: Seednode Date: Fri, 2 Jun 2023 21:04:06 -0500 Subject: [PATCH] Changed wording of file count --- cmd/root.go | 2 +- cmd/web.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 93c3d8b..76bcb89 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -74,5 +74,5 @@ func init() { }) rootCmd.SetVersionTemplate("roulette v{{.Version}}\n") - rootCmd.Version = "0.49.1" + rootCmd.Version = "0.49.2" } diff --git a/cmd/web.go b/cmd/web.go index 4c92a42..87c38d3 100644 --- a/cmd/web.go +++ b/cmd/web.go @@ -641,7 +641,7 @@ func serveDebugHtml(args []string, index *Index) http.HandlerFunc { htmlBody.WriteString(``) htmlBody.WriteString(``) - htmlBody.WriteString(`Listing `) + htmlBody.WriteString(`<title>Index contains `) htmlBody.WriteString(fileCount) htmlBody.WriteString(` files`) for _, v := range indexDump {