Skip to content
Snippets Groups Projects
Unverified Commit 19fa6d07 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4332 from JediKev/issue/bootstrap-cli

issue: CLI Deploy Missing Bootstrap
parents 928c0da5 fd75eddf
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ class Unpacker extends Module {
), $pipes);
fwrite($pipes[0], "<?php
include '{$this->destination}/bootstrap.php';
include '{$this->source}/bootstrap.php';
print INCLUDE_DIR;
");
fclose($pipes[0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment