Skip to content

Commit 5aa91ca

Browse files
committed
HeimdalRealm: fix missing comma in stash command
Signed-off-by: Siva Mahadevan <me@svmhdvn.name>
1 parent 17512bd commit 5aa91ca

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)