Skip to content

Commit

Permalink
Fix uninitialized constant ForemanRhCloud::VERSION
Browse files Browse the repository at this point in the history
Workflows:
- insights client registration
- rh_cloud_inventory:report:generate task
  • Loading branch information
stejskalleos committed Oct 24, 2024
1 parent 4b34441 commit 9800ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/services/foreman_rh_cloud/cloud_request_forwarder.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'rest-client'
require "#{ForemanRhCloud::Engine.root}/lib/foreman_rh_cloud/version"

module ForemanRhCloud
class CloudRequestForwarder
Expand Down
2 changes: 2 additions & 0 deletions lib/foreman_inventory_upload/generators/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "#{ForemanRhCloud::Engine.root}/lib/foreman_rh_cloud/version"

module ForemanInventoryUpload
module Generators
class Metadata
Expand Down

0 comments on commit 9800ec3

Please sign in to comment.