Skip to content

Commit

Permalink
Fix inflector for version
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Feb 27, 2024
1 parent 4b912b7 commit 22ec2c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/icinga2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
require 'zeitwerk'
loader = Zeitwerk::Loader.for_gem
loader.inflector.inflect 'api' => 'API'
loader.inflector.inflect 'version' => 'VERSION'
loader.setup

module Icinga2
Expand Down

0 comments on commit 22ec2c0

Please sign in to comment.