Skip to content

Commit

Permalink
Fix pseuds task typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjaustin committed Dec 30, 2024
1 parent 297e0ac commit 60e2389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/after_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ namespace :After do
ext = File.extname(image)
image_original = "original#{ext}"

icon_url = if Rails.env.production
icon_url = if Rails.env.production?
"https://s3.amazonaws.com/otw-ao3-icons/icons/#{pseud.id}/#{image_original}"
else
"https://s3.amazonaws.com/otw-ao3-icons/staging/icons/#{pseud.id}/#{image_original}"
Expand Down

0 comments on commit 60e2389

Please sign in to comment.