Commit 235fce03 authored by Doug Stewart's avatar Doug Stewart Committed by GitHub
Browse files

Update referenced file to prevent CLI error.

parent cde95df1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ class S3_Uploads_WP_CLI_Command extends WP_CLI_Command {
		WP_CLI::print_value( 'Attempting to upload file ' . $s3_path );

		$copy = copy(
			dirname( dirname( __FILE__ ) ) . '/tests/data/canola.jpg',
			dirname( dirname( __FILE__ ) ) . '/tests/data/sunflower.jpg',
			$s3_path
		);