Skip to content

Commit

Permalink
Fix ruby 1.8.7 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Smith committed Aug 6, 2015
1 parent da48668 commit 0b26d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webhook.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
when TrueClass, FalseClass
value
when Array
value.sort.to_s
value.sort.inspect.to_s
else
"\"#{value}\""
end
Expand Down

0 comments on commit 0b26d6d

Please sign in to comment.