From 027960f6359774cd2cb3b393f08e54f4bab3db36 Mon Sep 17 00:00:00 2001 From: jake-g00dwin Date: Sun, 19 Jul 2026 20:15:36 -0700 Subject: [PATCH] stubbed out `add_mock_module()` shell function --- scripts/otto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/otto.sh b/scripts/otto.sh index ba0e84d..7cea767 100755 --- a/scripts/otto.sh +++ b/scripts/otto.sh @@ -175,7 +175,7 @@ git_remove_module () { } add_mock_module() { - + echo "nothing." } add_new_module () {