Changeset 9994 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-block-plugin-checker.php
- Timestamp:
- 07/02/2020 07:27:51 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-block-plugin-checker.php
r9993 r9994 141 141 142 142 // Generate a unique tmp file directory name, but don't create it. 143 $path = Filesystem::temp_directory( ' /tmp/blockplugin' );143 $path = Filesystem::temp_directory( 'blockplugin' ); 144 144 145 145 $export = SVN::export( $svn_url, $path, array( 'ignore-externals', 'force' ) );
Note: See TracChangeset
for help on using the changeset viewer.