mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 14:20:30 +01:00
[PR #485] [CLOSED] fixed "sed: invalid option -- 'E'" #850
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/485
Author: @edieterich
Created: 2/22/2018
Status: ❌ Closed
Base:
master← Head:fix_sed_invalid_option📝 Commits (1)
3f9478efixed "sed: invalid option -- 'E'"📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
dehydrated(+1 -1)📄 Description
While hitting a Let's Encrypt rate limit dehydrated printed this error:
sed: invalid option -- 'E'This is caused by one occurrence in dehydrated where sed is used directly instead of the _sed wrapper. This pull requests fixes this.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.