Explorar o código

fix setup env command

Olivier Massot hai 1 ano
pai
achega
9acf9af22e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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',