fix up the github suggestion
This commit is contained in:
parent
3ae5a912d4
commit
2a613dd6e9
|
@ -44,11 +44,8 @@ func (s *StepPreValidate) Run(_ context.Context, state multistep.StateBag) multi
|
|||
return false, nil
|
||||
}
|
||||
return true, err
|
||||
} else {
|
||||
return true, nil
|
||||
}
|
||||
|
||||
return true, err
|
||||
return true, nil
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue