Skip to content

Commit

Permalink
Fixing method name (#1270)
Browse files Browse the repository at this point in the history
Merged PR #1270.
  • Loading branch information
rambleraptor authored and modular-magician committed Jan 18, 2019
1 parent eb2dbab commit be7d987
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/ansible
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
2 changes: 1 addition & 1 deletion provider/ansible/product~compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
.map { |x| x.to_s.tr(':@', '') }
object_names = api.objects
.select { |o| !excludes.include?(o.name) }
.select { |o| !o.exclude_if_not_in_version(version) }
.select { |o| !o.exclude_if_not_in_version!(version) }
.map do |object|
["gcp_#{object.__product.api_name}",
object.name.underscore].join('_')
Expand Down

0 comments on commit be7d987

Please sign in to comment.