mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
Update build
[skip ci]
This commit is contained in:
parent
fb36434be9
commit
b32b7f74de
@ -34,7 +34,7 @@ foreach ($finder as $fileInfo) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Add bin/dep file
|
// Add bin/dep file
|
||||||
$depContent = file_get_contents(__DIR__ . '/bin/dep');
|
$depContent = file_get_contents(__DIR__ . '/dep');
|
||||||
$depContent = str_replace("#!/usr/bin/env php\n", '', $depContent);
|
$depContent = str_replace("#!/usr/bin/env php\n", '', $depContent);
|
||||||
$phar->addFromString('bin/dep', $depContent);
|
$phar->addFromString('bin/dep', $depContent);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user