Merge pull request #78 from runcommand/fix-variable-76

Fix incorrect variable
This commit is contained in:
Daniel Bachhuber 2016-09-28 05:19:34 -07:00 committed by GitHub
commit 7afe3e4aea

View file

@ -179,7 +179,7 @@ class Command {
$this->loggers[ $i ]->stop(); $this->loggers[ $i ]->stop();
return $value; return $value;
}, },
'accepted_args' => $_the['accepted_args'], 'accepted_args' => $the_['accepted_args'],
); );
} }
} }