Skip to content

Commit 491d16d

Browse files
committed
Merged pull request resque#261 from Adman65/master.
Order matters for Hoptoad API
2 parents 6534a4b + 5781ca1 commit 491d16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resque/failure/hoptoad.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ def xml
108108
end
109109
end
110110
x.tag!("server-environment") do
111-
x.tag!("environment-name",server_environment)
112111
x.tag!("project-root", "RAILS_ROOT")
112+
x.tag!("environment-name",server_environment)
113113
end
114114

115115
end

0 commit comments

Comments
 (0)