Skip to content

Commit

Permalink
fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed Mar 8, 2023
1 parent b7b8f91 commit 3ed9ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Expand Up @@ -31,7 +31,7 @@ func main() {
ctrl := &commands.Controller{}

app := &cli.App{
Name: "tmpl-cli",
Name: "gotmpl",
Usage: "Tiny CLI template engine for generating files quickly",
Version: build(),
Flags: []cli.Flag{
Expand Down Expand Up @@ -87,6 +87,6 @@ func main() {
}

if err := app.Run(os.Args); err != nil {
log.Fatal().Err(err).Msg("failed to run tmpl-cli")
log.Fatal().Err(err).Msg("failed to run gotmpl")
}
}

0 comments on commit 3ed9ddb

Please sign in to comment.