diff --git a/build/patch_stylesheet_cache_busters.php b/build/stylesheet_cache_busters.php similarity index 95% rename from build/patch_stylesheet_cache_busters.php rename to build/stylesheet_cache_busters.php index cc7db550f4..7cc4b21153 100644 --- a/build/patch_stylesheet_cache_busters.php +++ b/build/stylesheet_cache_busters.php @@ -21,7 +21,7 @@ if (version_compare(PHP_VERSION, '7.1.3', '<')) die('patch_stylesheet_cache_busters.php requires at least PHP 7.1.3'); } -// Usage: "$ php build/patch_stylesheet_cache_busters.php" +// Usage: "$ php build/stylesheet_cache_busters.php" $targets = [dirname(dirname(__FILE__)) . '/phpBB/styles/prosilver/theme/stylesheet.css']; array_map('patch_glob', $targets);