From f7f39b9a137be31a76a93094dfedb01a96a61847 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 26 Apr 2016 14:44:19 +0200 Subject: [PATCH] Fix "typo" in porting --- Changelog | 3 ++- app/extensions/command/Update.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 7c1da365c..b2bf3fd83 100755 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ 2016-04-25 DariusIII - Fix: Update sphinx releases_rt index when release files are added. + * Upd: Fix "porting" typo + * Fix: Update sphinx releases_rt index when release files are added. *** NOTE *** - you will need to do the following to update the sphinx index: 1) stop sphinxsearch - `sudo service sphinxsearch stop` 2) clear old index - `sudo rm /var/lib/sphinxsearch/data/*` diff --git a/app/extensions/command/Update.php b/app/extensions/command/Update.php index 0b0c0119c..21dd54bc3 100644 --- a/app/extensions/command/Update.php +++ b/app/extensions/command/Update.php @@ -31,7 +31,7 @@ use \newznab\db\DbUpdate; * Update various aspects of your indexer. * * Actions: - * * all|nzedb Fetches current git repo, composer dependencies, and update latest Db patches. + * * all|nntmux Fetches current git repo, composer dependencies, and update latest Db patches. * * db Update the Db with any patches not yet applied. * * git Performs git pull. * * predb Fetch and import TSV files into the predb table.