Navigation Menu

Skip to content

Commit

Permalink
Don't override "bin/droonga-engine" on deployed environment
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 18, 2014
1 parent 1aea0dd commit 9cd1e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droonga/recipes/engine.rb
Expand Up @@ -62,7 +62,7 @@
action :deploy

migrate true
migration_command "bundle install --path vendor/bundle --binstubs --shebang $(which ruby)"
migration_command "bundle install --path vendor/bundle --shebang $(which ruby)"

before_migrate do
log_dir = "#{new_resource.shared_path}/log"
Expand Down

0 comments on commit 9cd1e65

Please sign in to comment.