fix up the github suggestion

This commit is contained in:
Megan Marsh 2019-02-11 11:49:17 -08:00
parent 3ae5a912d4
commit 2a613dd6e9
1 changed files with 1 additions and 4 deletions

View File

@ -44,11 +44,8 @@ func (s *StepPreValidate) Run(_ context.Context, state multistep.StateBag) multi
return false, nil return false, nil
} }
return true, err return true, err
} else {
return true, nil
} }
return true, nil
return true, err
}) })
if err != nil { if err != nil {