fixes #9, -out ./foobar
continuous-integration/drone/push Build is passing

This commit is contained in:
Sebastian Frank
2019-03-12 13:24:38 +01:00
parent de7931acda
commit 7bc7d50c0c
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ type CollectionConfig struct {
DataKey string `yaml:"DataKey"`
Hidden bool `yaml:"Hidden"`
Template string `yaml:"Template"`
Recursive bool `yaml:"Recursive"`
//Recursive bool `yaml:"Recursive"`
} `yaml:"NavTemplate"`
}