Skip to content

Commit 049b8bc

Browse files
authored
Fix: rename BigquerySchemaSelect to BigQuerySchemaSelect (#8)
Renames the Homebrew formula class from BigquerySchemaSelect to BigQuerySchemaSelect for better consistency and correctness (uppercase Q).
1 parent f788934 commit 049b8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Formula/bigquery-schema-select.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class BigquerySchemaSelect < Formula
1+
class BigQuerySchemaSelect < Formula
22
desc "Generates SQL query that selects all fields from a BigQuery schema"
33
homepage "https://github.com/fpopic/bigquery-schema-select"
44
url "https://github.com/fpopic/bigquery-schema-select/archive/refs/tags/v1.4.tar.gz"

0 commit comments

Comments
 (0)