Skip to content

Commit

Permalink
Changes after new branch quinteros
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Aug 12, 2023
1 parent 3a1b9be commit f9d069c
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
"Quinteros".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("R-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, *args, &block)
Expand Down

0 comments on commit f9d069c

Please sign in to comment.