Fixed typo

This commit is contained in:
snipe 2020-02-11 22:09:46 -08:00
parent dfb9e430fa
commit 663c0f3713

View file

@ -172,7 +172,7 @@ class MoveUploadsToNewDisk extends Command
} }
} }
$this->info($public_delete_count." PUBLIC local files and ".$private_delete_count." PRIVATE local files were delete from your filesystem."); $this->info($public_delete_count." PUBLIC local files and ".$private_delete_count." PRIVATE local files were deleted from your filesystem.");
} }
} }