Skip to content

Commit

Permalink
Dummy edit
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai authored Nov 12, 2024
1 parent e26fb1b commit 58561cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance/swiftDump.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function execute() {
// Available disk space must be 10GB
$df = disk_free_space( '/tmp' );
if ( $df < 10 * 1024 * 1024 * 1024 ) {
$this->fatalError( "Not enough disk space available ( < 10GB). Aborting dump.\n" );
$this->fatalError( "Not enough disk space available ( < 10GB). Aborting dump...\n" );
}
// If no wiki then errror
if ( !$wiki ) {
Expand Down

0 comments on commit 58561cd

Please sign in to comment.