From: drebs Date: Fri, 25 Mar 2011 20:29:26 +0000 (-0300) Subject: fixing missing quote X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=87418479b280ccbbaca808711516dce989cdf36d;p=puppet-ekeyd.git fixing missing quote --- diff --git a/lib/facter/ekeyd.rb b/lib/facter/ekeyd.rb index db56fa3..5a4417c 100644 --- a/lib/facter/ekeyd.rb +++ b/lib/facter/ekeyd.rb @@ -1,6 +1,6 @@ Facter.add('ekeyd_key_present') do confine :kernel => %w{Linux} setcode do - !`lsusb | grep "Entropy Key`.empty? + !`lsusb | grep "Entropy Key"`.empty? end end