Removing statement from old image erroring logic

pull/6490/head
tcarrio 8 years ago committed by Tom Carrio
parent 3a6ab0fc0e
commit e776ad51a9

@ -70,8 +70,6 @@ func (s *StepSourceImageInfo) Run(_ context.Context, state multistep.StateBag) m
"Your query returned more than one result. Please try a more specific search, or set most_recent to true. Search filters: %v",
params)
}
return true, nil
})
if err != nil {

Loading…
Cancel
Save