Skip to content

Commit

Permalink
Update drush finder script for a recent change in the filename for dr…
Browse files Browse the repository at this point in the history
…ush.wrapper.
  • Loading branch information
weitzman committed Jan 8, 2016
1 parent 66b2eef commit 4a53565
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drush
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@
*
* DRUSH WRAPPER
*
* - The "drush" script that the user optionally copies and edits.
* - The drush.wrapper script that the user optionally copies and edits.
* - Its goal is to allow the user to add options when --local is in use
*
* The Drush "wrapper" is found in examples/drush, and may optionally
* The Drush "wrapper" is found at examples/drush.wrapper, and may optionally
* be copied to __ROOT__ by the user. It may be named either
* "drush" or "drush.wrapper". It will call the "Drush launcher"
* for the same site that it is located in. It adds the --local flag; the
* user is encouraged to add other options to the "Drush wrapper", e.g. to set
* the location where aliases and global commandfiles can be found.
* The Drush "finder" script always calls the "Drush wrapper" if it exists;
* however, if the user does not want to customize the eary options of
* however, if the user does not want to customize the early options of
* the site-local Drush (site-alias locations, etc.), then the wrapper does not
* need to be used.
*
Expand All @@ -84,7 +84,7 @@
* __DRUSH__/drush (source)
*
* "Drush wrapper" : __ROOT__/drush (copied by user)
* __DRUSH__/examples/drush (source)
* __DRUSH__/examples/drush.wrapper (source)
*
* "Drush launcher" : __ROOT__/vendor/bin/drush.launcher (composer install)
* __DRUSH__/drush.launcher (source)
Expand Down

0 comments on commit 4a53565

Please sign in to comment.