Add missing closing </Project> tag
This commit is contained in:
parent
ac106488c7
commit
1eb8ce5a1d
|
@ -14,6 +14,7 @@ module Travis::Api::App::Responders
|
||||||
lastBuildLabel="<%= r.last_build.try(:number) %>"
|
lastBuildLabel="<%= r.last_build.try(:number) %>"
|
||||||
lastBuildTime="<%= r.last_build.finished_at.try(:strftime, '%Y-%m-%dT%H:%M:%S.%L%z') %>"
|
lastBuildTime="<%= r.last_build.finished_at.try(:strftime, '%Y-%m-%dT%H:%M:%S.%L%z') %>"
|
||||||
webUrl="https://<%= Travis.config.client_domain %>/<%= r.slug %>"
|
webUrl="https://<%= Travis.config.client_domain %>/<%= r.slug %>"
|
||||||
|
</Project>
|
||||||
<% end %>
|
<% end %>
|
||||||
</Projects>
|
</Projects>
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue
Block a user