Skip to content

Commit 5781ca1

Browse files
Adman65Adman65
authored andcommitted
Order matters for hoptoad api
1 parent 246a082 commit 5781ca1

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)