Skip to content

Commit

Permalink
Merge pull request #2986 from projectblacklight/backport-2948
Browse files Browse the repository at this point in the history
Put the bootstrap version in quotes (Backport #2948)
  • Loading branch information
dkinzer committed Feb 3, 2023
2 parents 8b66cb3 + d6c0857 commit bb908a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/blacklight/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def add_solr_wrapper
# Call external generator in AssetsGenerator, so we can
# leave that callable seperately too.
def copy_public_assets
generated_options = "--bootstrap-version #{options[:'bootstrap-version']}" if options[:'bootstrap-version']
generated_options = "--bootstrap-version='#{options[:'bootstrap-version']}'" if options[:'bootstrap-version']

generate "blacklight:assets", generated_options unless options[:'skip-assets']
end
Expand Down

0 comments on commit bb908a8

Please sign in to comment.