Skip to content

Commit

Permalink
Merge pull request #48 from axxelG/Bugfix_issue_#47
Browse files Browse the repository at this point in the history
Fix issue #47
  • Loading branch information
bastelfreak authored Nov 22, 2017
2 parents 9cf3fe8 + 13a08b6 commit 823f0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facter/systemd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
)
lines = command_output.lines.lazy.map { |line| line.split(/\s+/) }
lines.each_with_object({}) do |(service, status, *), result|
result[service] = status.to_sym
result[service] = status
end
end
end

0 comments on commit 823f0b6

Please sign in to comment.