Line 164 of commands/pm/pm.drush.inc is missing a closing double quote ".

      '--variant' => "Only useful for install profiles. Possible values: 'core', 'no-core', 'make'.

Should be:

      '--variant' => "Only useful for install profiles. Possible values: 'core', 'no-core', 'make'."

Comments

moshe weitzman’s picture

Status: Active » Fixed

committed. thx.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.