Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Nov 21, 2024
1 parent 8a2a5a7 commit 0453f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maintenance/swiftDump.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function execute() {

// If no wiki then error
if ( !$wiki ) {
$this->fatalError( 'No wiki has been defined' );
$this->fatalError( 'No wiki has been defined.' );
}

$this->output( "Starting swift dump for $wiki...\n" );
Expand All @@ -41,7 +41,7 @@ public function execute() {
'walltime' => 0,
];

// Calculate the required disk space (container size + 10GB)
// Calculate the required disk space (container size + 5GB)
$containerSize = $this->getContainerSize( $container, $limits );

// 5GB in bytes
Expand Down

0 comments on commit 0453f25

Please sign in to comment.