Skip to content

Commit

Permalink
Merge pull request #303 from scientist-softserv/fix-install-location-…
Browse files Browse the repository at this point in the history
…for-helper

🐛 Fix install location for helpers/iiif_print_helper
  • Loading branch information
jeremyf authored Nov 28, 2023
2 parents 29baf08 + 8ef5e42 commit cd96a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/iiif_print/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def inject_assets
end

def inject_helper
copy_file 'helpers/iiif_print_helper.rb'
copy_file 'helpers/iiif_print_helper.rb' 'app/helpers/iiif_print_helper.rb'
end

# Blacklight IIIF Search generator has some linting that does not agree with CircleCI on Hyku
Expand Down

0 comments on commit cd96a59

Please sign in to comment.