Show the proper auth identifier when listing mounts as json

This commit is contained in:
Robin Appelman 2016-01-18 12:04:37 +01:00
parent 52ce83993d
commit e3eda917ef
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class ListCommand extends Base {
$config->getId(),
$config->getMountPoint(),
$config->getBackend()->getStorageClass(),
$config->getAuthMechanism()->getScheme(),
$config->getAuthMechanism()->getIdentifier(),
$config->getBackendOptions(),
$config->getMountOptions()
];