Skip to content

Commit 533dabb

Browse files
authored
Merge pull request #462 from Unpackerr/dn2_more
add info when it does not work
2 parents 5828256 + d2cb39c commit 533dabb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

init/config/main.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,14 @@ func main() {
9898
case "doc", "docs", "documentation", "docusaurus":
9999
log.Println("Building Docusaurus")
100100
printDocusaurus(config, flags.Docs)
101-
case "conf", "config":
101+
case "conf", "config", "example":
102102
log.Println("Building Config File")
103103
printConfFile(config, flags.Config)
104104
case "docker", "compose", "yml":
105105
log.Println("Building Docker Compose")
106106
createCompose(config, flags.Compose)
107+
default:
108+
log.Println("Unknown type: " + builder)
107109
}
108110
}
109111
}

0 commit comments

Comments
 (0)