Skip to content

Commit

Permalink
Fix nrpe override in constructor (base2Services#122)
Browse files Browse the repository at this point in the history
* Fix nrpe override in constructor

* Bump version to 0.11.10
  • Loading branch information
tarunmenon95 authored and mitchclarkebase2 committed Mar 1, 2024
1 parent 55571d8 commit 36dd8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cfnguardian/resources/nrpe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module CfnGuardian::Resource
class Nrpe < Base

def initialize(resource, override_group = nil)
super(resource)
super(resource, override_group)
@resource_list = resource['Hosts']
@environment = resource['Environment']
end
Expand Down
2 changes: 1 addition & 1 deletion lib/cfnguardian/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module CfnGuardian
VERSION = "0.11.9"
VERSION = "0.11.10"
CHANGE_SET_VERSION = VERSION.gsub('.', '-').freeze
end

0 comments on commit 36dd8a1

Please sign in to comment.