Skip to content

Commit

Permalink
Revert "Changes after new branch radjabov"
Browse files Browse the repository at this point in the history
This reverts commit ccb776b.
  • Loading branch information
Fryguy committed May 22, 2024
1 parent 755a897 commit f16761f
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
"Spassky".freeze
"Radjabov".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("T-release", "ManageIQ").tap { |d| d.behavior = default_behavior }
@instance ||= ActiveSupport::Deprecation.new("S-release", "ManageIQ").tap { |d| d.behavior = default_behavior }
end

def self.method_missing(method_name, ...)
Expand Down

0 comments on commit f16761f

Please sign in to comment.