Skip to content

Commit

Permalink
Merge pull request #749 from nextcloud/stable9-backport-name-changes
Browse files Browse the repository at this point in the history
[stable9] correct name
  • Loading branch information
MorrisJobke authored Aug 5, 2016
2 parents b6072bb + d92f6fb commit 7d028c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/command/maintenance/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {

// ignore the OS X setup warning
if(count($errors) !== 1 ||
(string)($errors[0]['error']) !== 'Mac OS X is not supported and ownCloud will not work properly on this platform. Use it at your own risk! ') {
(string)($errors[0]['error']) !== 'Mac OS X is not supported and Nextcloud will not work properly on this platform. Use it at your own risk! ') {
return 1;
}
}
Expand All @@ -89,7 +89,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
$this->printErrors($output, $errors);
return 1;
}
$output->writeln("ownCloud was successfully installed");
$output->writeln("Nextcloud was successfully installed");
return 0;
}

Expand Down

0 comments on commit 7d028c2

Please sign in to comment.