Skip to content

Commit

Permalink
Fix filename format
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Dec 8, 2023
1 parent 6368e2c commit 2d6544b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automate/deploy_mdf_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
if len(sys.argv) > 1:
description = f"MDF Connected deployed from GitHub release {sys.argv[2]}"
config_file = f"mdf_{sys.argv[1]}_flow_config.json"
flow_info_file = f'mdf{sys.argv[1]}_flow_info.json'
flow_info_file = f'mdf_{sys.argv[1]}_flow_info.json'
else:
description = "MDF Connect Flow deployed manually"
config_file = "mdf_flow_config.json"
Expand Down

0 comments on commit 2d6544b

Please sign in to comment.