Skip to content

Commit 428a637

Browse files
author
reallyli
committed
修改 build deploy 文件路径
1 parent c2eaff9 commit 428a637

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LaravelDeployer/DeployFile.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ public function updateStrategy($strategy)
5959
public function store()
6060
{
6161
$ds = DIRECTORY_SEPARATOR;
62-
$path = "vendor{$ds}reallyli{$ds}laravel-deployer{$ds}.build{$ds}deploy.php";
62+
$packageName = "reallyli{$ds}laravel-unideploy";
63+
$path = "vendor{$ds}{$packageName}{$ds}.build{$ds}deploy.php";
6364
$dir = dirname($path);
6465

6566
if (! is_dir($dir)) {

0 commit comments

Comments
 (0)