Skip to content

Commit

Permalink
Add the missing curly brackets
Browse files Browse the repository at this point in the history
rel #157
  • Loading branch information
breard-r committed Dec 16, 2024
1 parent c105587 commit e714646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/en/acmed.toml.5
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ args = [
name = "http-01-echo-echo"
type = ["challenge-http-01"]
cmd = "echo"
args = ["{ proof }"]
args = ["{{ proof }}"]
stdout = "{{ env.HTTP_ROOT | default('/var/www') }}/{{ identifier }}/.well-known/acme-challenge/{{ file_name }}"

[[hook]]
Expand Down

0 comments on commit e714646

Please sign in to comment.