diff --git a/modules/system/console/ThemeInstall.php b/modules/system/console/ThemeInstall.php index e0cd0c22f..795c20d2e 100644 --- a/modules/system/console/ThemeInstall.php +++ b/modules/system/console/ThemeInstall.php @@ -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());