mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-27 11:46:44 +00:00
typo
This commit is contained in:
parent
409e9bd65d
commit
019772a2c2
@ -139,7 +139,7 @@ def add_grid_manager_cert(options):
|
||||
|
||||
# write all the data out
|
||||
with cert_path.open("wb") as f:
|
||||
f.wrwite(cert_bytes)
|
||||
f.write(cert_bytes)
|
||||
|
||||
cert_count = len(config.enumerate_section("grid_manager_certificates"))
|
||||
print("There are now {} certificates".format(cert_count), file=options.parent.parent.stderr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user