← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~ilasc/turnip:fix-yaml-file-env-description into turnip:master

 

Ioana Lasc has proposed merging ~ilasc/turnip:fix-yaml-file-env-description into turnip:master.

Commit message:
Fix description field for env label in yaml

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~ilasc/turnip/+git/turnip/+merge/393644

Adding double quotes around the description field for env label in charm/turnip-pack-backend/config.yaml file.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~ilasc/turnip:fix-yaml-file-env-description into turnip:master.
diff --git a/charm/turnip-pack-backend/config.yaml b/charm/turnip-pack-backend/config.yaml
index c3a26c1..ed76e00 100644
--- a/charm/turnip-pack-backend/config.yaml
+++ b/charm/turnip-pack-backend/config.yaml
@@ -26,4 +26,4 @@ options:
   statsd_environment:
     type: string
     default: local
-    description: 'env' label to set for statsd metrics.
+    description: "'env' label to set for statsd metrics."