clean up a few things.

This commit is contained in:
Taylor Otwell
2012-02-02 15:54:28 -06:00
parent b97dccfbbc
commit b989594c82
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ class Github extends Provider {
parent::zipball($bundle, $url, true);
echo "Bundle [{$bundle['name']} has been installed!".PHP_EOL;
echo "Bundle [{$bundle['name']}] has been installed!".PHP_EOL;
}
/**