Revert "commands: Adjust docs path"

This reverts commit 729be8074b.
This commit is contained in:
Bjørn Erik Pedersen 2017-07-06 10:34:04 +02:00
parent e00f5c9c07
commit 75f782f035
1 changed files with 1 additions and 3 deletions

View File

@ -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
}