diff --git a/packer/core.go b/packer/core.go index b9fc2ff9b..a76951e33 100644 --- a/packer/core.go +++ b/packer/core.go @@ -359,11 +359,6 @@ func (c *Core) init() error { tryCount++ failedInterpolation = fmt.Sprintf(`"%s": "%s"`, k, v.Default) continue - - return fmt.Errorf( - // unexpected interpolation error: abort the run - "error interpolating default value for '%s': %s", - k, err) default: return fmt.Errorf( // unexpected interpolation error: abort the run