Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Nov 30, 2016
1 parent 22ab667 commit eb0e60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/CollectDependenciesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function run()
Yii::$app->queue->push('package', new PackageUpdateCommand(AssetPackage::fromFullName($name)));
}

Yii::trace(Console::renderColoredString('Created update command for %y' . count($requires) . '%n packages'), __CLASS__);
Yii::trace(Console::renderColoredString('Created update command for %y' . count($requires) . "%n packages\n"), __CLASS__);

$this->afterRun();
}
Expand Down

0 comments on commit eb0e60c

Please sign in to comment.