Skip to content

Commit

Permalink
Add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Mar 9, 2025
1 parent 8f25aa4 commit 1c54052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maintenance/RenameWiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function execute(): void {
$new = strtolower( $this->getOption( 'new' ) );

if ( $this->hasOption( 'rename' ) ) {
$this->output( "Renaming $old to $new. If this is wrong, Ctrl-C now!" );
$this->output( "Renaming $old to $new. If this is wrong, Ctrl-C now!\n" );

// let's count down JUST to be safe!
$this->countDown( 10 );
Expand All @@ -45,7 +45,7 @@ public function execute(): void {
$this->fatalError( $rename );
}
} else {
$this->output( "Wiki $old will be renamed to $new" );
$this->output( "Wiki $old will be renamed to $new\n" );
}

$this->output( "Done.\n" );
Expand Down

0 comments on commit 1c54052

Please sign in to comment.