Skip to content

Commit

Permalink
add Task\RsyncTask to Tasks.php
Browse files Browse the repository at this point in the history
  • Loading branch information
boedah committed Jun 2, 2014
1 parent dc61c1a commit 971bfc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class Tasks
use Task\ParallelExec;
use Task\Concat;
use Task\Bower;
use Task\Rsync;
use Output;

protected function stopOnFail()
Expand Down

0 comments on commit 971bfc5

Please sign in to comment.