Skip to content

Commit

Permalink
modified getLocalCommands.js - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
coopw1 committed Jan 18, 2024
1 parent cadf587 commit 4e868be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/getLocalCommands.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4e868be

Please sign in to comment.