Skip to content

Commit

Permalink
Fix files_external create command
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Petry committed Oct 7, 2016
1 parent b70e6cb commit e975083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_external/lib/Command/Create.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
$config[$key] = $value;
}

$mount = $this->getStorageService($user)->createStorageConfig();
$mount = $this->getStorageService($user)->createConfig();
$mount->setMountPoint($mountPoint);
$mount->setBackend($storageBackend);
$mount->setAuthMechanism($authBackend);
Expand Down

0 comments on commit e975083

Please sign in to comment.