Luciano Andrade 7 years ago
parent
commit
419d1aa3e0
1 changed files with 1 additions and 1 deletions
  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/")