Skip to content

Commit

Permalink
Add Snowflake reference to application description in help message (c…
Browse files Browse the repository at this point in the history
…loses #132)
  • Loading branch information
adatzer committed Jan 6, 2021
1 parent 59c56a5 commit 34886ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql_runner/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

const (
CLI_NAME = "sql-runner"
CLI_DESCRIPTION = `Run playbooks of SQL scripts in series and parallel on Redshift and Postgres`
CLI_DESCRIPTION = `Run playbooks of SQL scripts in series and parallel on Redshift, Postgres, BigQuery and Snowflake`
CLI_VERSION = "0.9.2"

SQLROOT_BINARY = "BINARY"
Expand Down

0 comments on commit 34886ee

Please sign in to comment.