mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 00:32:25 +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
|
||||
$depContent = file_get_contents(__DIR__ . '/bin/dep');
|
||||
$depContent = file_get_contents(__DIR__ . '/dep');
|
||||
$depContent = str_replace("#!/usr/bin/env php\n", '', $depContent);
|
||||
$phar->addFromString('bin/dep', $depContent);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user