Skip to content

Commit 804f628

Browse files
committed
✨ fixes filter name for 1.9.0
1 parent add1eac commit 804f628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/bin/bones

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,12 +1879,12 @@ namespace Bones {
18791879
}
18801880

18811881
/**
1882-
* Filter the list of files and folders to skip during the deployment.
1882+
* Filter the default list of files and folders to skip during the deployment.
18831883
*
18841884
* @since 1.9.0
18851885
* @param array $array The files and folders are relative to the root of plugin.
18861886
*/
1887-
$this->skipWhenDeploy = apply_filters('wpbones_console_deploy_skip_files_folders', [
1887+
$this->skipWhenDeploy = apply_filters('wpbones_console_deploy_default_skip_files_folders', [
18881888
'/.git',
18891889
'/.cache',
18901890
'/assets',

0 commit comments

Comments
 (0)