cis_checks -> cis function name

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
Thomas Sjögren 2016-01-31 21:47:07 +01:00
parent 0c4944dc50
commit 80d9acdf4d

View file

@ -101,7 +101,7 @@ main () {
main "$@" main "$@"
if [ -z "$tests" ]; then if [ -z "$tests" ]; then
cis_checks cis
else else
"$tests" "$tests"
fi fi