Skip to content

Commit

Permalink
Fix typo in comment in example file: rsync version required is 2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Aug 9, 2014
1 parent 754fd93 commit 1aef9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.drushrc.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
# $options['strict'] = FALSE;

/**
* Drush requires at least rsync version 2.6.4 for some functions to work
* Drush requires at least rsync version 2.6.9 for some functions to work
* correctly. rsync version 2.6.8 or earlier may give the following error
* message: "--remove-source-files: unknown option". To fix this, set
* $options['rsync-version'] = '2.6.8'; (replace with the lowest version of
Expand Down

0 comments on commit 1aef9d3

Please sign in to comment.