path fix
This commit is contained in:
parent
a5286e51c2
commit
4d0bb6bd80
|
@ -2,7 +2,7 @@
|
||||||
namespace taskman;
|
namespace taskman;
|
||||||
use Amp;
|
use Amp;
|
||||||
|
|
||||||
require_once(dirname(__FILE__).'/composer/vendor/autoload.php');
|
require_once('composer/vendor/autoload.php');
|
||||||
|
|
||||||
$GLOBALS['DEPLOY_NODES'] = array();
|
$GLOBALS['DEPLOY_NODES'] = array();
|
||||||
$GLOBALS['DEPLOY_SSH_CONNS'] = array();
|
$GLOBALS['DEPLOY_SSH_CONNS'] = array();
|
||||||
|
|
Loading…
Reference in New Issue