Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Gaganov <alex.gaganov@fiverr.com>
  • Loading branch information
Alex Gaganov committed Mar 1, 2020
1 parent 662058b commit e736856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/ec2/ec2.go
Expand Up @@ -216,7 +216,7 @@ func (d *Discovery) refresh(ctx context.Context) ([]*targetgroup.Group, error) {
labels[ec2LabelInstanceType] = model.LabelValue(*inst.InstanceType)

if inst.InstanceLifecycle != nil {
labels[ec2LabelInstanceLifecycle] = model.LabelValue(*inst.InstanceLifecycle)
labels[ec2LabelInstanceLifecycle] = model.LabelValue(*inst.InstanceLifecycle)
}

if inst.VpcId != nil {
Expand Down

0 comments on commit e736856

Please sign in to comment.