From 1ce6da4be0ca62ecd5776f107fcd0d657b773f28 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Thu, 22 Aug 2024 17:32:40 +1200 Subject: [PATCH] Update phrasing in `changing_location.md` (#697) --- doc/changing_location.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changing_location.md b/doc/changing_location.md index 5726e804..00d51766 100644 --- a/doc/changing_location.md +++ b/doc/changing_location.md @@ -43,8 +43,8 @@ the new location. To move existing files to new location, run the following script. It fetches the photos in batches, downloads the image, and re-uploads it to the new location. -We only need to migrate the files in `:store` storage need to be migrated as the files -in `:cache` storage will be uploaded to the new location on promotion. +Only the files in `:store` storage need to be migrated as the files in `:cache` +storage will be uploaded to the new location on promotion. ```rb Photo.find_each do |photo|