Skip to content

Commit

Permalink
Titus: fix instance sidebar not showing for titus
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaslin committed Mar 26, 2018
1 parent 2ce20bc commit 09b6df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class TitusInstanceProvider implements InstanceProvider<TitusInstance> {
}
}
}
awsLookupUtil.lookupTargetGroupHealth(job, [instance])
awsLookupUtil.lookupTargetGroupHealth(job, [instance].toSet())
instance
}

Expand Down

0 comments on commit 09b6df5

Please sign in to comment.