Skip to content

Commit

Permalink
Merge pull request #462 from Unpackerr/dn2_more
Browse files Browse the repository at this point in the history
add info when it does not work
  • Loading branch information
davidnewhall authored Jul 16, 2024
2 parents 5828256 + d2cb39c commit 533dabb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init/config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,14 @@ func main() {
case "doc", "docs", "documentation", "docusaurus":
log.Println("Building Docusaurus")
printDocusaurus(config, flags.Docs)
case "conf", "config":
case "conf", "config", "example":
log.Println("Building Config File")
printConfFile(config, flags.Config)
case "docker", "compose", "yml":
log.Println("Building Docker Compose")
createCompose(config, flags.Compose)
default:
log.Println("Unknown type: " + builder)
}
}
}
Expand Down

0 comments on commit 533dabb

Please sign in to comment.