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 } '; /**