Skip to content

Commit

Permalink
Merge pull request #722 from romainruaud/fix-trailing-space
Browse files Browse the repository at this point in the history
Remove trailing space in config path.
  • Loading branch information
afoucret authored Feb 5, 2018
2 parents 3c243ef + fe6a8d9 commit 6959e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module-elasticsuite-core/Setup/ConfigOptionsList.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ConfigOptionsList implements ConfigOptionsListInterface
const CONFIG_PATH_ES_HOSTS = self::CONF_PREFIX . '/servers';
const CONFIG_PATH_ES_SSL = self::CONF_PREFIX . '/enable_https_mode';
const CONFIG_PATH_ES_USER = self::CONF_PREFIX . '/http_auth_user';
const CONFIG_PATH_ES_PASS = self::CONF_PREFIX . '/ http_auth_pwd';
const CONFIG_PATH_ES_PASS = self::CONF_PREFIX . '/http_auth_pwd';

/**
* @var ClientFactoryInterface
Expand Down

0 comments on commit 6959e37

Please sign in to comment.