Skip to content

Commit a5f809a

Browse files
authored
Fixes Typo (#460)
1 parent d7e00e7 commit a5f809a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/BuildCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function handle()
8282
protected function getArguments()
8383
{
8484
return [
85-
['draft', InputArgument::OPTIONAL, 'The path to the draft file, default: draft.yaml or draft.yaml', []],
85+
['draft', InputArgument::OPTIONAL, 'The path to the draft file, default: draft.yaml or draft.yml', []],
8686
];
8787
}
8888

0 commit comments

Comments
 (0)