Exit with a helpful error message when the secret has not been configured

This commit is contained in:
Matthias Pigulla 2020-01-14 09:29:16 +00:00
parent 6cf6299d23
commit c6eb7ee1d8
3 changed files with 26 additions and 2 deletions

View file

@ -12,3 +12,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Multiple SSH keys can now be provided (#14, closes #7). Thanks to
@webknjaz and @bradmartin for support and tests.
* Catch empty ssh-private-key input values and exit with a helpful
error message right away.