mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
fix: ...
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
2ae3605599
commit
554d27385e
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class Generate extends Command {
|
|||
return self::FAILURE;
|
||||
}
|
||||
if (!$node instanceof File) {
|
||||
$output->writeln("<error>specified file ($fileInput) is not a file (did you specify a folder by accident?)</error>");
|
||||
$output->writeln("<error>File ($fileInput) is not a file (did you specify a folder by accident?)</error>");
|
||||
return self::INVALID;
|
||||
}
|
||||
// No point in continuing if there isn't a configured preview provider for the file
|
||||
|
|
|
|||
Loading…
Reference in a new issue