Skip to content
Snippets Groups Projects
Unverified Commit 3acb15e3 authored by Max Adamo's avatar Max Adamo
Browse files

fix typo

parent e7d36475
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ JSON_FILE = "/etc/acme/{}.json".format(PROVIDER)
with open(YAML_FILE, "w") as yaml_out:
yaml_out.write("---\n".format(PROVIDER_STRING))
yaml_out.write("---\n")
for txt_line in DECODED_OUTPUT:
if "Certificate Name:" in txt_line:
txt_line_out = re.sub('.*Certificate Name: ', ' ', txt_line) + ":"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment