Fixes missing argument for sprintf

This commit is contained in:
krisawzm 2015-04-25 04:10:51 +02:00
parent 28c7dbd285
commit 0947a60969
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class ThemeInstall extends Command
$dirName = $argDirName;
}
$this->info(sprintf('The theme %s has been installed. (now %s)', $dirName));
$this->info(sprintf('The theme %s has been installed. (now %s)', $themeDetails['code'], $dirName));
}
catch (\October\Rain\Exception\ApplicationException $e) {
$this->error($e->getMessage());