Skip to content

Commit

Permalink
fixed shared/config/databases.yml deploy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
everzet committed Jun 5, 2010
1 parent 1224f6b commit 24dce15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/capifony.rb
Expand Up @@ -55,7 +55,8 @@ def load_database_config(data, env = 'prod')
end
end

run "mkdir #{shared_path}/config && touch #{shared_path}/config/databases.yml"
run "mkdir -p #{shared_path}/config"
run "touch #{shared_path}/config/databases.yml"
end

desc "Customize the finalize_update task to work with symfony."
Expand Down

0 comments on commit 24dce15

Please sign in to comment.