Update builder/amazon/common/step_pre_validate.go

Co-Authored-By: SwampDragons <megan@hashicorp.com>
This commit is contained in:
Adrien Delorme 2019-02-11 11:41:58 -08:00 committed by GitHub
parent 51b46b851a
commit 3ae5a912d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ func (s *StepPreValidate) Run(_ context.Context, state multistep.StateBag) multi
" to pass authentication... trying again.")
return false, nil
}
return true, err
} else {
return true, nil
}