Skip to content

Commit

Permalink
Merge pull request #407 from platanus/fix-heroku-deploy
Browse files Browse the repository at this point in the history
fix(file-storage): prepend vips installation
  • Loading branch information
gmq authored Jul 8, 2022
2 parents a972f90 + bdd71ff commit 3acef3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/potassium/recipes/file_storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def add_image_handling_serializer_concern
end

def add_image_handling_heroku_setup
append_to_file(
prepend_file(
'.buildpacks',
<<~HERE
https://github.com/heroku/heroku-buildpack-apt
Expand Down

0 comments on commit 3acef3c

Please sign in to comment.