Skip to content

Commit

Permalink
change name of interface input
Browse files Browse the repository at this point in the history
  • Loading branch information
ipudu committed Jun 20, 2018
1 parent f990345 commit bba4730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion order/order.py
Expand Up @@ -71,7 +71,7 @@ def command_line_runner():

if 'interface' in args['task']:
util.output_interface_info()
tasker = interface.WillardChandler(reader, 'task.in')
tasker = interface.WillardChandler(reader, 'interface.in')
tasker.generate_interface()

if 'ionic' in args['task']:
Expand Down

0 comments on commit bba4730

Please sign in to comment.