From 1a987fc6efdaa37222eb6969cf0c2d5992524ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 3 Jan 2022 23:04:36 +0100 Subject: fix efi bootmgr. --- lib/facter/efibootmgr.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {} -- cgit v1.2.3