jenkins-bot has submitted this change and it was merged.

Change subject: Moved scripts but didn't update paths
......................................................................


Moved scripts but didn't update paths

Change-Id: Icffd6a1460e431cdf5558cc1dbdc19a68df71c13
---
M maintenance/forceSearchIndex.php
M maintenance/updateOneSearchIndexConfig.php
M maintenance/updateSearchIndexConfig.php
3 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Manybubbles: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/maintenance/forceSearchIndex.php b/maintenance/forceSearchIndex.php
index 6564ce3..a36cda3 100644
--- a/maintenance/forceSearchIndex.php
+++ b/maintenance/forceSearchIndex.php
@@ -20,7 +20,7 @@
 
 $IP = getenv( 'MW_INSTALL_PATH' );
 if( $IP === false ) {
-       $IP = __DIR__ . '/../..';
+       $IP = __DIR__ . '/../../..';
 }
 require_once( "$IP/maintenance/Maintenance.php" );
 
diff --git a/maintenance/updateOneSearchIndexConfig.php 
b/maintenance/updateOneSearchIndexConfig.php
index 065228e..a701d84 100644
--- a/maintenance/updateOneSearchIndexConfig.php
+++ b/maintenance/updateOneSearchIndexConfig.php
@@ -20,7 +20,7 @@
 
 $IP = getenv( 'MW_INSTALL_PATH' );
 if( $IP === false ) {
-       $IP = __DIR__ . '/../..';
+       $IP = __DIR__ . '/../../..';
 }
 require_once( "$IP/maintenance/Maintenance.php" );
 /**
diff --git a/maintenance/updateSearchIndexConfig.php 
b/maintenance/updateSearchIndexConfig.php
index 5d5bc72..4ce9ad9 100644
--- a/maintenance/updateSearchIndexConfig.php
+++ b/maintenance/updateSearchIndexConfig.php
@@ -20,7 +20,7 @@
 
 $IP = getenv( 'MW_INSTALL_PATH' );
 if( $IP === false ) {
-       $IP = __DIR__ . '/../..';
+       $IP = __DIR__ . '/../../..';
 }
 require_once( "$IP/maintenance/Maintenance.php" );
 /**

-- 
To view, visit https://gerrit.wikimedia.org/r/88127
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Icffd6a1460e431cdf5558cc1dbdc19a68df71c13
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to