Skip to content

Commit

Permalink
Merge branch 'master' into 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Nov 7, 2014
2 parents 3c1be97 + 1221509 commit 955d235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/Driver/DrushDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ protected static function parseArguments(array $arguments) {
$string .= ' --' . $name;
}
else {
$string .= '--' . $name . '=' . $value;
$string .= ' --' . $name . '=' . $value;
}
}
return $string;
Expand Down

0 comments on commit 955d235

Please sign in to comment.