Skip to content

Commit

Permalink
Update deprecation warnings for the future G-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Mar 28, 2017
1 parent 6071b45 commit 8547bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vmdb/deprecation.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Vmdb
class Deprecation
def self.instance
@instance ||= ActiveSupport::Deprecation.new("F-release", "ManageIQ").tap { |d| d.behavior = default_behavior }
@instance ||= ActiveSupport::Deprecation.new("G-release", "ManageIQ").tap { |d| d.behavior = default_behavior }
end

def self.method_missing(method_name, *args, &block)
Expand Down

0 comments on commit 8547bce

Please sign in to comment.