mirror of
https://ghproxy.net/https://github.com/wp-cli/scaffold-package-command.git
synced 2025-10-04 04:02:29 +08:00
Fix undefined variable notice
This commit is contained in:
parent
edc1a04e1f
commit
26e431025c
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class ScaffoldPackageCommand {
|
|||
* @when before_wp_load
|
||||
* @subcommand package-readme
|
||||
*/
|
||||
public function package_readme( $args ) {
|
||||
public function package_readme( $args, $assoc_args ) {
|
||||
|
||||
list( $package_dir ) = $args;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue