From 58561cd25d635a480563c2165a3aa3c5ecc1839f Mon Sep 17 00:00:00 2001 From: Agent Isai <43097272+AgentIsai@users.noreply.github.com> Date: Tue, 12 Nov 2024 14:53:54 -0600 Subject: [PATCH] Dummy edit --- maintenance/swiftDump.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/swiftDump.php b/maintenance/swiftDump.php index c45198b81..737b6f539 100644 --- a/maintenance/swiftDump.php +++ b/maintenance/swiftDump.php @@ -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 ) {