Skip to content

Commit bbf1e94

Browse files
committed
remote whitespace
1 parent 0ac28b5 commit bbf1e94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

runlevel.rb

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
require 'facter'
2424

2525
ENV['PATH']='/bin:/sbin:/usr/bin:/usr/sbin'
26-
26+
2727
result = %x{runlevel | awk '{print $2}'}
28-
28+
result.strip!
29+
2930
Facter.add('runlevel') do
3031
setcode do
3132
result

0 commit comments

Comments
 (0)