mirror of
https://github.com/munki/munki.git
synced 2026-04-24 05:49:42 -05:00
Fix bad format string
This commit is contained in:
@@ -196,7 +196,7 @@ def test():
|
||||
import pwd
|
||||
from ..wrappers import get_input
|
||||
|
||||
print('PerformAuthRestarts preference is: '
|
||||
print('PerformAuthRestarts preference is: %s'
|
||||
% prefs.pref('PerformAuthRestarts'))
|
||||
print('FileVault is active: %s' % fv_is_active())
|
||||
print('Recovery key is present: %s' % verify_recovery_key_present())
|
||||
|
||||
Reference in New Issue
Block a user