Skip to content

Commit 29fcb9d

Browse files
swissspidyCopilot
andauthored
Update src/Core_Command.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f4554f6 commit 29fcb9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Core_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,8 +1819,8 @@ private function remove_directory( $dir ) {
18191819
return false;
18201820
}
18211821
} elseif ( ! unlink( $path ) ) {
1822-
WP_CLI::debug( "Failed to remove file in directory: {$path}", 'core' );
1823-
return false;
1822+
WP_CLI::debug( "Failed to remove file in directory: {$path}", 'core' );
1823+
return false;
18241824
}
18251825
}
18261826

0 commit comments

Comments
 (0)