Skip to content

Commit

Permalink
HeimdalRealm: fix missing comma in stash command
Browse files Browse the repository at this point in the history
  • Loading branch information
svmhdvn committed Jun 17, 2024
1 parent 17512bd commit 24cc392
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 24cc392

Please sign in to comment.