Skip to content

Commit a940749

Browse files
committed
Lint fix
1 parent a652616 commit a940749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Import_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function __invoke( $args, $assoc_args ) {
155155
}
156156

157157
if ( is_dir( $arg ) ) {
158-
$dir = WP_CLI\Utils\trailingslashit( $arg );
158+
$dir = WP_CLI\Path::trailingslashit( $arg );
159159
$files = glob( $dir . '*.wxr' );
160160
if ( ! empty( $files ) ) {
161161
$new_args = array_merge( $new_args, $files );

0 commit comments

Comments
 (0)