From: Joshua Arnott <josh@snorfalorpagus.net>
Date: Wed, 19 Jun 2019 21:03:30 +0000 (+0100)
Subject: commands: Remove comma after URL in new site output
X-Git-Tag: v0.56.0~32
X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=de7b9475c049e5df5b076d80799ebcbee3eb84c8;p=brevno-suite%2Fhugo

commands: Remove comma after URL in new site output

Some terminals include the comma in the URL when hyperlinking, resulting in a 404
---

diff --git a/commands/new_site.go b/commands/new_site.go
index 114ee82f..6d1677e2 100644
--- a/commands/new_site.go
+++ b/commands/new_site.go
@@ -149,7 +149,7 @@ func nextStepsText() string {
 	nextStepsText.WriteString(`Just a few more steps and you're ready to go:
 
 1. Download a theme into the same-named folder.
-   Choose a theme from https://themes.gohugo.io/, or
+   Choose a theme from https://themes.gohugo.io/ or
    create your own with the "hugo new theme <THEMENAME>" command.
 2. Perhaps you want to add some content. You can add single files
    with "hugo new `)