Skip to content

Commit

Permalink
heimdal: fix typo on kdb creation
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
  • Loading branch information
rissson committed Nov 5, 2024
1 parent 17512bd commit 717883a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k5test/realm.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ def _kdc_conf(self):

def create_kdb(self):
self.run_kadminl(
["stash", f"--key-file={self.tmpdir}/stash" "--random-password"]
["stash", f"--key-file={self.tmpdir}/stash", "--random-password"]
)
self.run_kadminl(["init", self.realm], input="\n\n")

Expand Down

0 comments on commit 717883a

Please sign in to comment.