Skip to content

Commit

Permalink
Merge pull request #47 from KeisukeYamashita/fix-bigquery-typo
Browse files Browse the repository at this point in the history
Fix typo for BigQuery
  • Loading branch information
KeisukeYamashita committed Oct 8, 2019
2 parents 0b17397 + 906dbec commit d339629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func newGCPGAECmd() cli.Command {

func newGCPBQCmd() cli.Command {
return cli.Command{
Name: "biqquery",
Name: "bigquery",
Aliases: []string{"bq"},
Category: categoryBigData,
Usage: "Open Bigquery page",
Expand Down

0 comments on commit d339629

Please sign in to comment.