diff --git a/features/ssl.php b/features/ssl.php index 0932420..efd6cc3 100644 --- a/features/ssl.php +++ b/features/ssl.php @@ -27,7 +27,7 @@ if ( is_wp_error( $response ) ) { debug( 'Error enabling SSL for %s. Check the next log line for a dump of the WP_Error', $domain ); debug( print_r( $response, true ) ); - throw new \Exception( 'Error creating sysuser: ' . $return->get_error_message() ); + throw new \Exception( 'Error enabling SSL: ' . $response->get_error_message() ); } } } diff --git a/jurassic.ninja.php b/jurassic.ninja.php index 74474b0..e9acef2 100644 --- a/jurassic.ninja.php +++ b/jurassic.ninja.php @@ -3,7 +3,7 @@ /* * Plugin Name: Jurassic Ninja * Description: Launch ephemeral instances of WordPress + Jetpack using ServerPilot and an Ubuntu Box. - * Version: 3.2 + * Version: 3.2.1 * Author: Osk **/