Luciano Andrade 7 년 전
부모
커밋
419d1aa3e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/src/Release.php

+ 1 - 1
tools/src/Release.php

@@ -257,7 +257,7 @@ inventory=inventory.ini
     function addNginx($composer, $config = array(), $flavor = "dev"){ 
 	$version = "latest";
 	$domain = "fd3.flowdat.com";
-	$host_env_file = "host.env"
+	$host_env_file = "host.env";
 	extract($config);
 
 	$composer->addService("nginx")->build("extra/nginx/")