Skip to content

Commit

Permalink
Fixed a ShellCheck warning
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Apr 21, 2023
1 parent b4e45fc commit d40da79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ authors:
given-names: "Дилян"
website: https://github.com/dilyanpalauzov
title: "check_ssl_cert"
version: 2.65.0
version: 2.66.0
date-released: 2023-04-21
url: "https://github.com/matteocorti/check_ssl_cert"
repository-code: "https://github.com/matteocorti/check_ssl_cert"
Expand Down
2 changes: 1 addition & 1 deletion test/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ setUp() {
# Tests

testIntegerOK() {
# shellcheck disable=SC2086
# shellcheck disable=SC2086,SC2154
${SCRIPT} ${TEST_DEBUG} --rootcert-file cabundle.crt -H www.github.com --precision 2 --ignore-exp
EXIT_CODE=$?
assertEquals "wrong exit code" "${NAGIOS_OK}" "${EXIT_CODE}"
Expand Down

0 comments on commit d40da79

Please sign in to comment.