jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/396643 )
Change subject: Remove underscore from maintenance script to match class ...................................................................... Remove underscore from maintenance script to match class Move maintenance script to own folder Without alias under old name, because it should not be run from cron. Change-Id: I64854b7ef65cd255aff279000ecc81d54155f548 --- R maintenance/updateScratchTokenFormat.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/maintenance/update_scratch_token_format.php b/maintenance/updateScratchTokenFormat.php similarity index 96% rename from maintenance/update_scratch_token_format.php rename to maintenance/updateScratchTokenFormat.php index 22e64f1..81b4ea2 100644 --- a/maintenance/update_scratch_token_format.php +++ b/maintenance/updateScratchTokenFormat.php @@ -2,7 +2,7 @@ /** * Update scratch_token column format * - * Usage: php update_scratch_token_format.php + * Usage: php updateScratchTokenFormat.php * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- To view, visit https://gerrit.wikimedia.org/r/396643 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I64854b7ef65cd255aff279000ecc81d54155f548 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/OATHAuth Gerrit-Branch: master Gerrit-Owner: Umherirrender <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
