Skip to content

Commit

Permalink
rubocop linting
Browse files Browse the repository at this point in the history
  • Loading branch information
C24-AK committed Jun 21, 2024
1 parent 408dec4 commit f5de2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facter/vault_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Purpose: Retrieve vault version if installed
#
Facter.add(:vault_version) do
confine {Facter::Util::Resolution.which('vault')}
confine { Facter::Util::Resolution.which('vault') }
setcode do
vault_server_version_output = Facter::Util::Resolution.exec('vault version')
match = vault_server_version_output.match(%r{Vault v(\d+\.\d+\.\d+)})
Expand Down

0 comments on commit f5de2ba

Please sign in to comment.