Commit f7a3d811 authored by Austin Pray's avatar Austin Pray Committed by GitHub
Browse files

attachment -> attachments

parent 713039ce
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