Merge pull request #345 from NamelessCoder/patch-1

Bad copy/pasted method comment in CopyBuild plugin
This commit is contained in:
Steve B 2014-04-14 08:55:49 +01:00
commit aba9465c24

View file

@ -32,7 +32,7 @@ class CopyBuild implements \PHPCI\Plugin
}
/**
* Executes Composer and runs a specified command (e.g. install / update)
* Copies files from the root of the build directory into the target folder
*/
public function execute()
{