mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 15:25:33 +00:00
Typo in upgrade.php
Fixed typo on line 181. bootsrap/cache/services.php -> bootstrap/cache/services.php
This commit is contained in:
@ -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",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user