Skip to content

Commit

Permalink
Update phrasing in changing_location.md (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt authored Aug 22, 2024
1 parent c5c0546 commit 1ce6da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/changing_location.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 1ce6da4

Please sign in to comment.