We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e00e7 commit a5f809aCopy full SHA for a5f809a
src/Commands/BuildCommand.php
@@ -82,7 +82,7 @@ public function handle()
82
protected function getArguments()
83
{
84
return [
85
- ['draft', InputArgument::OPTIONAL, 'The path to the draft file, default: draft.yaml or draft.yaml', []],
+ ['draft', InputArgument::OPTIONAL, 'The path to the draft file, default: draft.yaml or draft.yml', []],
86
];
87
}
88
0 commit comments