Skip to content

Commit a8a3a40

Browse files
committed
Show full path of file in error
1 parent 83102f5 commit a8a3a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Support/Traits/RequireEnvFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ trait RequireEnvFile{
66

77
private function hasDotEnvFile(){
88
if($this->config->hasDotEnvFile()){
9-
$this->outputInterface->writeln('<error>No .env file found. Run "homeboy setup"</error>');
9+
$this->outputInterface->writeln('<error>('.$this->config->dotEnvFilePath().') Not found. Run "homeboy setup"</error>');
1010
die();
1111
}
1212
}

0 commit comments

Comments
 (0)