Skip to content

Commit 070d523

Browse files
authored
Merge branch 'master' into patch-3
2 parents 8b52961 + ef33fa7 commit 070d523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/GraphQLDumpSchemaCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private function createFile(InputInterface $input): string
100100
/** @var bool $includeDescription */
101101
$includeDescription = $input->getOption('with-descriptions');
102102

103-
$file = $input->getOption('file') ?: $this->baseExportPath.sprintf('/var/schema%s.%s', $schemaName ? '.'.$schemaName : '', $format);
103+
$file = $input->getOption('file') ?: $this->baseExportPath.sprintf('/schema%s.%s', $schemaName ? '.'.$schemaName : '', $format);
104104

105105
switch ($format) {
106106
case 'json':

0 commit comments

Comments
 (0)