diff --git a/src/Commands/BlueprintCommand.php b/src/Commands/BlueprintCommand.php index 44e5e34a..e4d77e67 100644 --- a/src/Commands/BlueprintCommand.php +++ b/src/Commands/BlueprintCommand.php @@ -102,7 +102,7 @@ private function defaultDraftFile() { if (file_exists('draft.yaml')) { return 'draft.yaml'; - } + } if (file_exists('draft.yml')) { return 'draft.yml';