Skip to content

Commit

Permalink
Quick Fixes for UI Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Feb 20, 2024
1 parent 6aa0c04 commit 0b94e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/openstack/compute.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func (c *ComputeClient) Flavors(ctx context.Context) ([]Flavor, error) {
}

if c.options == nil {
return true
return false
}

for _, exclude := range c.options.FlavorExtraSpecsExclude {
Expand Down

0 comments on commit 0b94e15

Please sign in to comment.