From ee7fba64157d74957d1f6b4b4ab07a195e5d0422 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Tue, 14 Feb 2023 11:06:07 -0500 Subject: [PATCH] co -> com --- src/class-install-command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class-install-command.php b/src/class-install-command.php index 3762ac7..19a4f1c 100644 --- a/src/class-install-command.php +++ b/src/class-install-command.php @@ -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 );