summaryrefslogtreecommitdiff
path: root/lib/facter/efibootmgr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/facter/efibootmgr.rb')
-rw-r--r--lib/facter/efibootmgr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/facter/efibootmgr.rb b/lib/facter/efibootmgr.rb
index f4a03f4..81a3dc3 100644
--- a/lib/facter/efibootmgr.rb
+++ b/lib/facter/efibootmgr.rb
@@ -1,4 +1,4 @@
-if Facter::Core::Execution.which('efibootmgr') do
+if Facter::Core::Execution.which('efibootmgr') then
Facter.add('efi') do
setcode do
out = {}