mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
return code is 0 on failure #26
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?
Originally created by @phryneas on GitHub (Jan 5, 2016).
On abort with "Challenge is invalid! (returned: invalid)", exit value 0 is returned - any other value would be expected.
@lukas2511 commented on GitHub (Jan 8, 2016):
This should be fixed in
a7934fe72d.@phryneas commented on GitHub (Jan 9, 2016):
thank you