Commit 1480c9a9 authored by Joe Hoyle's avatar Joe Hoyle Committed by GitHub
Browse files

Merge pull request #118 from zamoose/patch-1

Update referenced file to prevent CLI error.
parents cde95df1 235fce03
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
		);