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

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskosk committed Sep 27, 2018
1 parent 5f8f0b3 commit 1a0f842
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions features/gutenpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
// or a new branch derived from latest `master`.
// https://github.com/Automattic/jetpack/pull/10154
$features['jetpack-beta'] = true;
if ( ! isset( $json_params['branch'] ) ) {
$features['branch'] = 'master';
}
$features['branch'] = $json_params['branch'] ? $json_params['branch'] : 'master';
// Also, force regular jetpack out of the equation
$features['jetpack'] = false;
}
Expand Down

0 comments on commit 1a0f842

Please sign in to comment.