hugo

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

git clone git://git.shimmy1996.com/hugo.git
commit 75f782f0359548ff33c88ebe342e10ee25b399ea
parent e00f5c9c0724001c6a550029587683aa30e8d626
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Thu,  6 Jul 2017 10:34:04 +0200

Revert "commands: Adjust docs path"

This reverts commit 729be8074bddb58c9111f32c55cc769e49cd0d5a.

Diffstat:
Mcommands/gendocshelper.go | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/commands/gendocshelper.go b/commands/gendocshelper.go
@@ -41,9 +41,7 @@ func createGenDocsHelper() *genDocsHelper {
 		return g.generate()
 	}
 
-	// Note that ./docs is a submodule, and writing to that would be suboptimal.
-	// Let us assume that the default is a sibling project.
-	g.cmd.PersistentFlags().StringVarP(&g.target, "dir", "", "../hugoDocs/data", "data dir")
+	g.cmd.PersistentFlags().StringVarP(&g.target, "dir", "", "docs/data", "data dir")
 
 	return g
 }