Skip to content

Commit

Permalink
Merge pull request #255 from kbrock/unsupported_supports
Browse files Browse the repository at this point in the history
drop use of unsupported_reason_add
  • Loading branch information
agrare authored Feb 29, 2024
2 parents a54511c + 0e97a0e commit 70db938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def instantiate_unsupported_reason
end

supports :instantiate do
unsupported_reason_add(:instantiate, instantiate_unsupported_reason) unless instantiate_supported?
instantiate_unsupported_reason unless instantiate_supported?
end

def instantiate(params, project = nil, labels = nil)
Expand Down

0 comments on commit 70db938

Please # to comment.