Fix typo.

This commit is contained in:
Pol Dellaiera 2021-08-10 15:14:47 +02:00 committed by Marc Ducobu
parent 8ee2814a1b
commit 66ac9cd9fd

View File

@ -25,7 +25,7 @@ return static function (ContainerConfigurator $container) {
->exclude('../src/{DependencyInjection,Entity,Resources,Tests,Kernel.php}'); ->exclude('../src/{DependencyInjection,Entity,Resources,Tests,Kernel.php}');
$services $services
->set('chill_wopi.openstack_cient') ->set('chill_wopi.openstack_client')
->class(OpenStack::class) ->class(OpenStack::class)
->args('%chill_wopi.openstack%') ->args('%chill_wopi.openstack%');
}; };