From 332bcee4840be3d27aba2eb917881b090e6426a1 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Fri, 27 Jan 2017 07:33:03 +0100 Subject: [PATCH] missing ), damn! --- 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 121c7c244..06dbccc43 100644 --- a/lgsm/functions/core_getopt.sh +++ b/lgsm/functions/core_getopt.sh @@ -617,7 +617,7 @@ case "${getopt}" in command_mods_update.sh;; mr|mods-remove) command_mods_remove.sh;; - wi|wipe + wi|wipe) command_wipe.sh;; dd|detect-deps) command_dev_detect_deps.sh;;