From 3ae5a912d4f04c7f149701dbadc7197c952f0a4a Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Mon, 11 Feb 2019 11:41:58 -0800 Subject: [PATCH] Update builder/amazon/common/step_pre_validate.go Co-Authored-By: SwampDragons --- builder/amazon/common/step_pre_validate.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/amazon/common/step_pre_validate.go b/builder/amazon/common/step_pre_validate.go index 018457b21..475d2065c 100644 --- a/builder/amazon/common/step_pre_validate.go +++ b/builder/amazon/common/step_pre_validate.go @@ -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 }