Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed Apr 19, 2020
1 parent d9d5b66 commit 7c40c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MipsEqLogicTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ private static function getCommandsFileContent(string $filePath) {

public function createCommandsFromConfigFile(string $filePath, string $commandsKey) {
$commands = self::getCommandsFileContent($filePath);
$this->createCommands($commands[$commandsKey]);
$this->createCommandsFromConfig($commands[$commandsKey]);
}

public function createCommandsFromConfig(array $commands) {
Expand Down

0 comments on commit 7c40c4b

Please sign in to comment.