Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
codycooperross committed Jan 14, 2025
1 parent 3fadb46 commit 0f0b2d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
config.flipper.memoize = false

config.hosts << "lupo_web"

Paperclip.options[:image_magick_path] = "/usr/bin/"
Paperclip.options[:command_path] = "/usr/bin/"
end
Expand Down
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Bullet.counter_cache_enable = false
# end
config.log_level = :ERROR

Paperclip.options[:image_magick_path] = "/usr/bin/"
Paperclip.options[:command_path] = "/usr/bin/"
end

0 comments on commit 0f0b2d7

Please sign in to comment.