Skip to content

Commit

Permalink
Merge pull request #1 from saulius/bugfix/fix_variable_name
Browse files Browse the repository at this point in the history
Use task_info variable name
  • Loading branch information
Frederico Marques authored May 21, 2018
2 parents 710c77f + e9bbb37 commit c6cfbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discoverecs.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def task_info_to_targets(task_info):
ecs_cluster_name=ecs_cluster_name,
ec2_instance_id=ec2_instance_id)]
else:
log(task['taskArn'] + ' does not have a networkBinding')
log(task_info.task['taskArn'] + ' does not have a networkBinding')
return []

class Main:
Expand Down

0 comments on commit c6cfbde

Please sign in to comment.