Skip to content

Commit

Permalink
co -> com
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Feb 14, 2023
1 parent afbd952 commit ee7fba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-install-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ protected function get_mu_plugin_loader( string $plugin_name ): string {
protected function check_if_hiring(): bool {
try {
$ch = curl_init();
curl_setopt( $ch, CURLOPT_URL, 'https://careers.alley.co/wp-json/wp/v2/job/' );
curl_setopt( $ch, CURLOPT_URL, 'https://careers.alley.com/wp-json/wp/v2/job/' );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 );
curl_setopt( $ch, CURLOPT_TIMEOUT, 3 );

Expand Down

0 comments on commit ee7fba6

Please sign in to comment.