Skip to content

Commit

Permalink
Merge pull request #24 from sausin/sausin-patch-3
Browse files Browse the repository at this point in the history
Fix missing variable
  • Loading branch information
sausin authored Jan 10, 2020
2 parents 7b5a443 + 848cbb6 commit 3af942c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/OVHServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ protected function makeClient($config)
'user' => [
'name' => $config['user'],
'password' => $config['pass'],
'domain' => ['name' => 'userDomain'],
'domain' => [
'name' => $config['userDomain'],
],
],
'scope' => [
'project' => [
Expand Down

0 comments on commit 3af942c

Please sign in to comment.