From 4e868be736830601f3ce97247d42b1a6410b9652 Mon Sep 17 00:00:00 2001 From: coopw1 <48886919+coopw1@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:25:30 -0500 Subject: [PATCH] modified getLocalCommands.js - typo --- src/utils/getLocalCommands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/getLocalCommands.js b/src/utils/getLocalCommands.js index fed663d..69c2f16 100644 --- a/src/utils/getLocalCommands.js +++ b/src/utils/getLocalCommands.js @@ -9,8 +9,8 @@ module.exports = (exceptions = []) => { true ); - for (const comamndCategory of commandCategories) { - const commandFiles = getAllFiles(comamndCategory); + for (const commandCategory of commandCategories) { + const commandFiles = getAllFiles(commandCategory); for (const commandFile of commandFiles) { // Check if the parent directory of the command file is "util"