Skip to content

Commit

Permalink
rubocop: resolve Style/HashSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 11, 2023
1 parent f6b4910 commit 55549ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facter/r10k_path.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

Facter.add(:r10k_path) do
confine :kernel => :linux # rubocop:disable Style/HashSyntax
confine kernel: :linux
setcode do
Facter::Util::Resolution.exec('which r10k 2> /dev/null')
end
Expand Down

0 comments on commit 55549ed

Please sign in to comment.