This commit is contained in:
Varun 2020-10-21 15:10:25 +05:30
parent 45a6d6c690
commit d37f260f24
No known key found for this signature in database
GPG key ID: 93FB46DCF16E0D6F

View file

@ -13,6 +13,7 @@ function gh_validate_env( $key, $custom_message ) {
$custom_message = sprintf( $custom_message, $key );
$custom_message = '🚩 ' . $custom_message;
gh_log_red( $custom_message );
shell_exec( 'exit;' );
exit;
}
return gh_env( $key );