Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-09-09 08:27:55 +0300
committerAnthony Fok <foka@debian.org>2015-09-13 14:21:24 +0300
commit29aa9baecd2242bc86706c3fc09bc32cf854cff0 (patch)
tree3776074667c07707203ffcb81c633dd9c7f06af3 /utils
parentd05b297e61774a4ad09e5f9720d21a8dbd373cd7 (diff)
Complete the Url-to-URL transition in tests
See #959
Diffstat (limited to 'utils')
-rw-r--r--utils/utils_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utils_test.go b/utils/utils_test.go
index 7c47ef970..4ec2a4eec 100644
--- a/utils/utils_test.go
+++ b/utils/utils_test.go
@@ -10,7 +10,7 @@ func TestCutUsageMessage(t *testing.T) {
cutMessage string
}{
{"", ""},
- {" Usage of hugo: \n -b, --baseUrl=...", ""},
+ {" Usage of hugo: \n -b, --baseURL=...", ""},
{"Some error Usage of hugo: \n", "Some error"},
{"Usage of hugo: \n -b --baseU", ""},
{"CRITICAL error for usage of hugo ", "CRITICAL error for usage of hugo"},