Skip to content

Commit

Permalink
Fixed Heroku rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidelnikov Stanislav committed Nov 14, 2013
1 parent 60730db commit 017bd98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ def vars
)

out = ''
dotted_hash = to_dotted_hash Kernel.const_get(RailsConfig.const_name).to_hash
hash = {RailsConfig.const_name => Kernel.const_get(RailsConfig.const_name).to_hash}
dotted_hash = to_dotted_hash hash
dotted_hash.each {|key, value| out += " #{key}=#{value} "}
out
end
Expand Down

0 comments on commit 017bd98

Please sign in to comment.