summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-03 23:04:36 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-03 23:04:36 +0100
commit1a987fc6efdaa37222eb6969cf0c2d5992524ee3 (patch)
tree53773e144aee2d9b6f52fec9de0b948987afdc87
parentstuff (diff)
downloadsyslinux-1a987fc6efdaa37222eb6969cf0c2d5992524ee3.tar.gz
syslinux-1a987fc6efdaa37222eb6969cf0c2d5992524ee3.tar.xz
fix efi bootmgr.
-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 = {}