Removing statement from old image erroring logic

This commit is contained in:
tcarrio 2018-07-16 01:56:49 -04:00 committed by Tom Carrio
parent 3a6ab0fc0e
commit e776ad51a9
1 changed files with 0 additions and 2 deletions

View File

@ -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 {