Skip to content

Commit

Permalink
Plugin Updater: Use correct Gist link. Ugh!
Browse files Browse the repository at this point in the history
  • Loading branch information
r-a-y committed Oct 3, 2016
1 parent d4ac346 commit b0ce535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/bp-rbe-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ protected function github_updater() {

$github_updater = new PluginUpdateChecker(
// JSON file that gets updated when we release a new version of RBE
'https://gist.githubusercontent.com/r-a-y/610fe45a0c5ed6344be5/raw/d6da803c0166559cb2110a8930746abea1416277/bp-reply-by-email.json',
'https://gist.githubusercontent.com/r-a-y/610fe45a0c5ed6344be5/raw',
constant( 'BP_RBE_DIR' ) . '/loader.php',
$this->get_plugin_basename()
);
Expand Down

0 comments on commit b0ce535

Please sign in to comment.