diff --git a/deploy.inc.php b/deploy.inc.php index 2e667b9..eb5b67d 100644 --- a/deploy.inc.php +++ b/deploy.inc.php @@ -2,7 +2,7 @@ namespace taskman; use Amp; -require_once(dirname(__FILE__).'/composer/vendor/autoload.php'); +require_once('composer/vendor/autoload.php'); $GLOBALS['DEPLOY_NODES'] = array(); $GLOBALS['DEPLOY_SSH_CONNS'] = array();