Skip to content

Commit

Permalink
Merge pull request #106 from angulo-solido/fix-import-cli
Browse files Browse the repository at this point in the history
Fix import cli
  • Loading branch information
MiguelNdeCarvalho authored Jan 10, 2023
2 parents 0533221 + 76a507c commit 878a5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terrabutler/click.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def tf_generate_options_cli(ctx, command):
@click.pass_context
def tf_import_cli(ctx, addr, id, allow_missing_config, input, lock, no_color,
var, ignore_remote_version):
args, options = ([] for i in range(2)), []
args, options = ([] for i in range(2))

args.append(addr)
args.append(id)
Expand Down

0 comments on commit 878a5aa

Please sign in to comment.