Skip to content

Commit

Permalink
restore macOS helper functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
kambala-decapitator committed Mar 23, 2024
1 parent d08fb0f commit 57acd6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chipsec/helper/oshelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ def getDefaultHelper(self):
ret = self.getHelper("linuxhelper")
elif self.is_windows():
ret = self.getHelper("windowshelper")
elif self.is_macos():
ret = self.getHelper("osxhelper")
elif self.is_efi():
ret = self.getHelper("efihelper")
elif self.is_dal():
Expand Down

0 comments on commit 57acd6d

Please sign in to comment.