Skip to content

Commit

Permalink
Merged pull request resque#261 from Adman65/master.
Browse files Browse the repository at this point in the history
Order matters for Hoptoad API
  • Loading branch information
defunkt committed Apr 25, 2011
2 parents 6534a4b + 5781ca1 commit 491d16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/failure/hoptoad.rb
Expand Up @@ -108,8 +108,8 @@ def xml
end
end
x.tag!("server-environment") do
x.tag!("environment-name",server_environment)
x.tag!("project-root", "RAILS_ROOT")
x.tag!("environment-name",server_environment)
end

end
Expand Down

0 comments on commit 491d16d

Please sign in to comment.