Skip to content

Commit

Permalink
fix: typo (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Oct 11, 2024
1 parent a092d41 commit aefc63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ func setBuildFlags(flags *flag.FlagSet, b *buildCmd) {
flags.StringVar(&b.outDir, "out-dir", "./build", "path to output build directory. Defaults to ./build")
flags.StringVar(&b.outFile, "out-file", "", "path to output application binary. Defaults to ./build/bin/projectName")
flags.BoolVar(&b.embedSource, "embed-source", true, "embed the source .up files in executable")
flags.Var(&b.pages, "page", "path to a Pushup page. mulitple can be given")
flags.Var(&b.pages, "page", "path to a Pushup page. multiple can be given")
flags.BoolVar(&b.verbose, "verbose", false, "output verbose information")
}

Expand Down

0 comments on commit aefc63b

Please sign in to comment.