Merge pull request #10302 from SBrown2021/patch-1

Typo in upgrade.php
This commit is contained in:
snipe 2021-11-11 10:32:42 -08:00 committed by GitHub
commit cc5b8f3d6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ echo "--------------------------------------------------------\n\n";
// can cause issues with funky caching
$unused_files = [
"bootstrap/cache/compiled.php",
"bootsrap/cache/services.php",
"bootstrap/cache/services.php",
"bootstrap/cache/config.php",
];