Skip to content

Commit

Permalink
Merge pull request #220 from at-benni/patch-1
Browse files Browse the repository at this point in the history
Hint to an error source
  • Loading branch information
Crixu authored Jul 1, 2024
2 parents d4c4525 + fb4bfc9 commit e91335b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function check_required_env( $check_db = true ) {
continue;
}
if ( false === getenv( $var ) ) {
error_message( $var . ' must be set as an environment variable.' );
error_message( $var . ' must be set as an environment variable. Did you remember to execute \'source .env\' to load the environment variables?' );
}
}

Expand Down

0 comments on commit e91335b

Please sign in to comment.