From e1aa07f3e0b94bb49c049efa77ce4b806559ebdb Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 18 May 2016 20:15:34 +0100 Subject: [PATCH] corrected ta --- lgsm/functions/core_getopt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/core_getopt.sh b/lgsm/functions/core_getopt.sh index c38df7e99..f3434663e 100644 --- a/lgsm/functions/core_getopt.sh +++ b/lgsm/functions/core_getopt.sh @@ -25,7 +25,7 @@ case "$getopt" in command_validate.sh;; m|monitor) command_monitor.sh;; - ct|test-alert) + ta|test-alert) command_test_alert.sh;; dt|details) command_details.sh;;