Skip to content

Commit

Permalink
Fix typo in synchronize.py
Browse files Browse the repository at this point in the history
Typo introduced in usegalaxy-eu#232.
  • Loading branch information
kysrpex committed Nov 8, 2023
1 parent f3e91f0 commit 5e11d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synchronize.py
Original file line number Diff line number Diff line change
Expand Up @@ -1061,5 +1061,5 @@ def make_parser() -> argparse.ArgumentParser:
user_data=command_args.userdata_file,
cloud=openstack_cloud,
dry_run=command_args.dry_run,
vars_files=(Path("secrets.yml"), *command_args.vars_files),
vars_files=(Path("secrets.yaml"), *command_args.vars_files),
)

0 comments on commit 5e11d09

Please sign in to comment.