From c143d3f64331648e2188bbab8091497e8226efae Mon Sep 17 00:00:00 2001 From: maartenpaauw Date: Fri, 29 May 2020 21:00:08 +0200 Subject: [PATCH] Fix typo in blueprint:build draft argument description --- 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 022a64ed..3896ddc3 100644 --- a/src/Commands/BuildCommand.php +++ b/src/Commands/BuildCommand.php @@ -17,7 +17,7 @@ class BuildCommand extends Command * @var string */ protected $signature = 'blueprint:build - {draft? : The path to the draft file, default: draft.yaml or draft.yaml } + {draft? : The path to the draft file, default: draft.yaml or draft.yml } '; /**