mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-22 12:11:26 +00:00
fix: typo
This commit is contained in:
parent
31cb627db6
commit
7e349536d6
|
@ -71,7 +71,7 @@ class KanidmAdminToken:
|
|||
def reset_and_save_idm_admin_password() -> str:
|
||||
new_kanidm_admin_password = subprocess.check_output(
|
||||
[
|
||||
"kanidmd",
|
||||
"kanidm",
|
||||
"recover-account",
|
||||
"-c",
|
||||
"/etc/kanidm/server.toml",
|
||||
|
|
Loading…
Reference in a new issue