summaryrefslogtreecommitdiffstats
path: root/remote/kaas.sh
diff options
context:
space:
mode:
Diffstat (limited to 'remote/kaas.sh')
-rw-r--r--[-rwxr-xr-x]remote/kaas.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/kaas.sh b/remote/kaas.sh
index 436ee30..5fc1b4a 100755..100644
--- a/remote/kaas.sh
+++ b/remote/kaas.sh
@@ -1,6 +1,6 @@
#! /bin/bash
-. lib/status.sh
+[ -z $report ] && source lib/status.sh
function check_kaas {
@@ -9,4 +9,4 @@ function check_kaas {
}
print "KaaS Cluster\n"
-standart_report "check_kaas" "print_table | column -t -s '/' -o '/' | decorate_table"
+report "check_kaas" "print_table | column -t -s '/' -o '/' | decorate_table"