Skip to content

Commit

Permalink
Fix --show-config (munkireport#1535)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxudo authored Sep 28, 2023
1 parent b46a359 commit d0c0abc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ def main():

# Print MunkiReport's current config
if options.show_config:
receipt_info = get_receipt_info()
if os.path.isfile("/private/var/db/receipts/com.github.munkireport.plist"):
receipt_info = get_receipt_info()
prefs.print_config()
print ('')
if os.path.isfile("/usr/local/munkireport/munkireport-python3"):
Expand Down

0 comments on commit d0c0abc

Please sign in to comment.