Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Commit efb21f2

Browse files
authored
Fix Gutenpack script url path (#154)
* Fix path for gutenpack build script URL * Bump version to 4.7.2
1 parent 5f9467e commit efb21f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/gutenpack.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
} );
5151

5252
function add_gutenpack( $branch, $jetpack_dir = 'jetpack' ) {
53-
$cmd = 'curl https://raw.githubusercontent.com/Automattic/jurassic.ninja/fix/gutenpack-build/bin/build-gutenpack.sh --output build-gutenpack.sh'
53+
$cmd = 'curl https://raw.githubusercontent.com/Automattic/jurassic.ninja/master/bin/build-gutenpack.sh --output build-gutenpack.sh'
5454
. " && source build-gutenpack.sh $branch $jetpack_dir";
5555
add_filter( 'jurassic_ninja_feature_command', function ( $s ) use ( $cmd ) {
5656
return "$s && $cmd";

jurassic.ninja.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* Plugin Name: Jurassic Ninja
55
* Description: Launch ephemeral instances of WordPress + Jetpack using ServerPilot and an Ubuntu Box.
6-
* Version: 4.7.1
6+
* Version: 4.7.2
77
* Author: Automattic
88
**/
99

0 commit comments

Comments
 (0)