浏览代码

fix setup env command

Olivier Massot 1 年之前
父节点
当前提交
9acf9af22e
共有 1 个文件被更改,包括 2 次插入2 次删除
  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',