Skip to content

Commit c773ebd

Browse files
authored
Update distribution.go
1 parent 2ba2849 commit c773ebd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/analyze/distribution.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@ func compareDistributionConditionalToActual(conditional string, actual providers
215215
}
216216

217217
if len(parts) != 2 {
218-
return false, fmt.Errorf("unable to parse conditional %v\n", parts)
219-
// return false, errors.New("unable to parse conditional")
218+
return false, errors.New("unable to parse conditional")
220219
}
221220

222221
normalizedName := mustNormalizeDistributionName(parts[1])

0 commit comments

Comments
 (0)