Skip to content

Commit

Permalink
feat!: update default config file name to spanner.yaml
Browse files Browse the repository at this point in the history
Shorter and simpler.
  • Loading branch information
odsod committed Apr 22, 2021
1 parent 84968d2 commit 49de79a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/spanner-aip-go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const generatedBy = "spanner-aip-go"

func main() {
log.SetFlags(0)
configFilePath := flag.String("config", "spanner-aip-go.yaml", "config file")
configFilePath := flag.String("config", "spanner.yaml", "config file")
flag.Parse()
if flag.Arg(0) != "generate" {
log.Fatal("usage: spanner-aip-go generate [-config <config>]")
Expand Down
File renamed without changes.

0 comments on commit 49de79a

Please sign in to comment.