Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrad Whitaker authored and Jarrad Whitaker committed Sep 27, 2021
1 parent c93389b commit 894cd9a
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 @@ -151,7 +151,7 @@ def schemachange(config_folder, root_folder, snowflake_account, snowflake_user,
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 894cd9a

Please sign in to comment.