Skip to content

Commit

Permalink
Updates after lasker branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Feb 23, 2021
1 parent 67e5479 commit b43ffdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/vmdb/appliance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def self.BUILD
end

def self.CODENAME
"Lasker".freeze
"Morphy".freeze
end

def self.RELEASE
Expand Down
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("M-release", "ManageIQ").tap { |d| d.behavior = default_behavior }
@instance ||= ActiveSupport::Deprecation.new("N-release", "ManageIQ").tap { |d| d.behavior = default_behavior }
end

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

0 comments on commit b43ffdb

Please sign in to comment.