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

Change subject: update.php: Add a full stop
......................................................................


update.php: Add a full stop

Change-Id: I64810380cc56e0c63901062b5bd566ab98d591a1
---
M maintenance/update.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/maintenance/update.php b/maintenance/update.php
index 6b08480..51bbd6f 100644
--- a/maintenance/update.php
+++ b/maintenance/update.php
@@ -169,7 +169,7 @@
                $time2 = new MWTimestamp();
 
                $this->output( "\nDone.\n" );
-               $this->output( "\nThe job took " . $time2->diff( $time1 
)->format( "%i:%S" ) . "\n" );
+               $this->output( "\nThe job took " . $time2->diff( $time1 
)->format( "%i:%S" ) . ".\n" );
        }
 
        function afterFinalSetup() {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I64810380cc56e0c63901062b5bd566ab98d591a1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz DziewoƄski <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Parent5446 <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to