From 1e5c76715f286b331e831fd04c3ee4def3a50b6d Mon Sep 17 00:00:00 2001 From: James Allen Date: Wed, 31 Mar 2021 08:21:59 -0400 Subject: [PATCH] Fixes Typo --- src/Commands/BuildCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/BuildCommand.php b/src/Commands/BuildCommand.php index 1254fc0a..2f05f4d8 100644 --- a/src/Commands/BuildCommand.php +++ b/src/Commands/BuildCommand.php @@ -82,7 +82,7 @@ public function handle() protected function getArguments() { return [ - ['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', []], ]; }