Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrad Whitaker committed Nov 4, 2021
1 parent a98f930 commit 9d07d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemachange/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def deploy_command(config):
continue

if config['explain-first']:
explain_change_script(script, config['vars'], config['snowflake-database'], snowflake_session_parameters, config['autocommit'], config['verbose'])
explain_change_script(script, config['vars'], config['snowflake-database'], snowflake_session_parameters, config['verbose'])

print("Applying change script %s" % script['script_name'])
if not config['dry-run']:
Expand Down

0 comments on commit 9d07d4a

Please sign in to comment.