Skip to content

Commit

Permalink
add force flag to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan authored and mejackreed committed Oct 17, 2016
1 parent f2c2a56 commit 6c8130b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def run_blacklight_generator
end

def install_engine
generate 'geoblacklight:install'
generate 'geoblacklight:install', '-f'
end

def fixtures
Expand Down
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
run 'bundle install'

generate 'blacklight:install', '--devise'
generate 'geoblacklight:install', '--solrwrapper'
generate 'geoblacklight:install', '--solrwrapper', '-f'

rake 'db:migrate'

0 comments on commit 6c8130b

Please sign in to comment.