diff --git a/src/Configurator/MakefileConfigurator.php b/src/Configurator/MakefileConfigurator.php index 5c1d9ca7..8dbfaabf 100644 --- a/src/Configurator/MakefileConfigurator.php +++ b/src/Configurator/MakefileConfigurator.php @@ -73,6 +73,7 @@ private function configureMakefile(Recipe $recipe, array $definitions, bool $upd if (!file_exists($makefile)) { $envKey = $this->options->get('runtime')['env_var_name'] ?? 'APP_ENV'; $dotenvPath = $this->options->get('runtime')['dotenv_path'] ?? '.env'; + $tab = "\t"; file_put_contents( $this->options->get('root-dir').'/Makefile', <<