Ottomata has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/334404 )

Change subject: Wrap description in quotes in spec.yaml
......................................................................


Wrap description in quotes in spec.yaml

Change-Id: I7251cf766a45d6dd8efd34b8c60619da6cdcdf46
---
M scap/templates/spec.yaml.j2
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/scap/templates/spec.yaml.j2 b/scap/templates/spec.yaml.j2
index 088a718..e60b569 100644
--- a/scap/templates/spec.yaml.j2
+++ b/scap/templates/spec.yaml.j2
@@ -16,7 +16,7 @@
   /v2/stream/<%= stream_name %>:
     get:
 <% if stream_config.has_key('description') %>
-      description: <%= stream_config['description'] %>
+      description: "<%= stream_config['description'] %>"
 <% endif %>
       produces:
         - text/event-stream; charset=utf-8

-- 
To view, visit https://gerrit.wikimedia.org/r/334404
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7251cf766a45d6dd8efd34b8c60619da6cdcdf46
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/eventstreams/deploy
Gerrit-Branch: master
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to