mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
Fixing typo in ceph-daemon script for the output_pub_ssh_key argument
Signed-off-by: John McGowan <john@steakfest.com>
This commit is contained in:
parent
c971efde06
commit
a3ee73d4c9
@ -1028,7 +1028,7 @@ def command_bootstrap():
|
||||
tmp_pub.flush()
|
||||
|
||||
if args.output_pub_ssh_key:
|
||||
with open(args.output_put_ssh_key, 'w') as f:
|
||||
with open(args.output_pub_ssh_key, 'w') as f:
|
||||
f.write(ssh_pub)
|
||||
logger.info('Wrote public SSH key to to %s' % args.output_pub_ssh_key)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user