Commit 74755873 authored by Ryan McCue's avatar Ryan McCue Committed by GitHub
Browse files

Merge pull request #150 from austinpray/patch-1

attachment -> attachments
parents 713039ce f7a3d811
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ class S3_Uploads_WP_CLI_Command extends WP_CLI_Command {
			$this->migrate_attachment_to_s3( array( $attachment->ID ), $args_assoc );
		}

		WP_CLI::success( 'Moved all attachment to S3. If you wish to update references in your database run: ' );
		WP_CLI::success( 'Moved all attachments to S3. If you wish to update references in your database run: ' );
		WP_CLI::line( '' );

		// Ensure things are active