We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456beaa commit a1216d2Copy full SHA for a1216d2
Envoy.blade.php
@@ -1,5 +1,6 @@
1
@setup
2
- $configFile = getcwd().'/app/config/deploy.php';
+ $baseCwd = isset($__current_cwd) ? $__current_cwd : getcwd();
3
+ $configFile = $baseCwd.'/app/config/deploy.php';
4
5
if ( ! file_exists($configFile)) {
6
throw new Exception('Config file app/config/deploy.php not found.');
0 commit comments