@@ -30,7 +30,7 @@ |
||
30 | 30 | */ |
31 | 31 | public function getDrushAliases() |
32 | 32 | { |
33 | - $this->client->addQuery('version', '9'); |
|
34 | - return $this->client->request('get', '/account/drush-aliases/download'); |
|
33 | + $this->client->addQuery('version', '9'); |
|
34 | + return $this->client->request('get', '/account/drush-aliases/download'); |
|
35 | 35 | } |
36 | 36 | } |