hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 3ced6f8d47026c7f38f07448411b45b2fcbc4f44
parent a3f26e56368c62b0900a10d83a11b7783630963b
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Sat, 17 Feb 2018 01:24:07 +0100

magefile: Disable Go 1.10 gofmt check for now

Diffstat:
Mmagefile.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/magefile.go b/magefile.go
@@ -259,5 +259,5 @@ func CheckVendor() error {
 }
 
 func isGoTip() bool {
-	return strings.Contains(runtime.Version(), "devel")
+	return strings.Contains(runtime.Version(), "devel") || strings.Contains(runtime.Version(), "1.10")
 }