Navigation Menu

Skip to content

Commit

Permalink
Fix wrong order of arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2014
1 parent a5cbf9a commit 4a0df05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droonga/recipes/http-server.rb
Expand Up @@ -54,7 +54,7 @@
action :deploy

migrate true
migration_command "su -c '#{user_name}' 'npm install'"
migration_command "su '#{user_name}' -c 'npm install'"

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

0 comments on commit 4a0df05

Please sign in to comment.