Skip to content

Commit 717883a

Browse files
committed
heimdal: fix typo on kdb creation
Signed-off-by: Marc 'risson' Schmitt <[email protected]>
1 parent 17512bd commit 717883a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k5test/realm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ def _kdc_conf(self):
673673

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

0 commit comments

Comments
 (0)