mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Update distribution.go
This commit is contained in:
@@ -215,8 +215,7 @@ func compareDistributionConditionalToActual(conditional string, actual providers
|
||||
}
|
||||
|
||||
if len(parts) != 2 {
|
||||
return false, fmt.Errorf("unable to parse conditional %v\n", parts)
|
||||
// return false, errors.New("unable to parse conditional")
|
||||
return false, errors.New("unable to parse conditional")
|
||||
}
|
||||
|
||||
normalizedName := mustNormalizeDistributionName(parts[1])
|
||||
|
||||
Reference in New Issue
Block a user