Ver código fonte

fix setup env command

Olivier Massot 1 ano atrás
pai
commit
9acf9af22e
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/Commands/SetupEnvCommand.php

+ 2 - 2
src/Commands/SetupEnvCommand.php

@@ -24,8 +24,8 @@ class SetupEnvCommand extends Command
 {
     const ENVIRONMENTS_FILES = [
         'ap2i' => '.env.docker',
-        'prod-2' => '.env.prod',
-        'test-2' => '.env.test',
+        'prod-v2' => '.env.prod',
+        'test-v2' => '.env.test',
         'test1' => '.env.test1',
         'test2' => '.env.test2',
         'test3' => '.env.test3',