Skip to content

Commit

Permalink
Merge pull request #14 from pavelkim/dev
Browse files Browse the repository at this point in the history
[08-2020][Change] Pull Request template enhanced more
  • Loading branch information
pavelkim authored Aug 17, 2020
2 parents 7e19e22 + 8738142 commit 09e27df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Description

Nothing.
Nothing!


# Checklist
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
2 changes: 1 addition & 1 deletion check_certificates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ _required_cli_parameter() {
local parameter_name
local parameter_description

[[ ! -z "${1}" ]] && parameter_name="${1}" || error "Parameter name not set."
[[ ! -z "${1}" ]] && parameter_name="${1}" || error "Parameter 'name' not set."
[[ ! -z "${2}" ]] && parameter_description="${2}" || parameter_description=""

if [[ -z "${!parameter_name}" ]]; then
Expand Down
6 changes: 3 additions & 3 deletions test/expected_result.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
imaginary-domain-9000.com error error -1
google.com 2020-07-15 08:29:16 2020-10-07 08:29:16 58
example.com 2018-11-28 00:00:00 2020-12-02 12:00:00 114
mail.com 2018-01-15 00:00:00 2021-01-14 12:00:00 157
google.com 2020-07-15 08:29:16 2020-10-07 08:29:16 50
example.com 2018-11-28 00:00:00 2020-12-02 12:00:00 107
mail.com 2018-01-15 00:00:00 2021-01-14 12:00:00 150

0 comments on commit 09e27df

Please sign in to comment.