Skip to content

Commit 99a3dc6

Browse files
committed
document error
Signed-off-by: Simon L <szaimen@e.mail.de>
1 parent 42c6a2e commit 99a3dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Command/Maintenance/UpdateHtaccess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
3939
$output->writeln('.htaccess has been updated');
4040
return 0;
4141
} else {
42-
$output->writeln('<error>Error updating .htaccess file, not enough permissions or "overwrite.cli.url" set to an invalid URL?</error>');
42+
$output->writeln('<error>Error updating .htaccess file, not enough permissions, not enough free space or "overwrite.cli.url" set to an invalid URL?</error>');
4343
return 1;
4444
}
4545
}

0 commit comments

Comments
 (0)