Skip to content

Commit

Permalink
Quick Fixes for UI Testing (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray authored Feb 20, 2024
1 parent 6aa0c04 commit 8aa32cb
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 8aa32cb

Please sign in to comment.