Skip to content

Commit a1216d2

Browse files
committed
Update Envoy.blade.php
1 parent 456beaa commit a1216d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Envoy.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@setup
2-
$configFile = getcwd().'/app/config/deploy.php';
2+
$baseCwd = isset($__current_cwd) ? $__current_cwd : getcwd();
3+
$configFile = $baseCwd.'/app/config/deploy.php';
34

45
if ( ! file_exists($configFile)) {
56
throw new Exception('Config file app/config/deploy.php not found.');

0 commit comments

Comments
 (0)