@ -18,6 +18,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Hooks now have the optional `allow_failure` field.
### Fixed
- The http-01-echo hook now correctly sets the file's access rights
## [0.5.0] - 2019-05-09
@ -34,7 +34,7 @@ stdout = "{{#if env.HTTP_ROOT}}{{env.HTTP_ROOT}}{{else}}/var/www{{/if}}/{{domain
[[hook]]
name = "http-01-echo-chmod"
type = ["challenge-http-01-clean"]
type = ["challenge-http-01"]
cmd = "chmod"
args = [
"a+r",