← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:fix-cibuild-env-var-example into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:fix-cibuild-env-var-example into launchpad:master.

Commit message:
Fix JSON syntax of environment_variables example

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/423360
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:fix-cibuild-env-var-example into launchpad:master.
diff --git a/lib/lp/services/config/schema-lazr.conf b/lib/lp/services/config/schema-lazr.conf
index 45bf05a..511ad24 100644
--- a/lib/lp/services/config/schema-lazr.conf
+++ b/lib/lp/services/config/schema-lazr.conf
@@ -238,7 +238,7 @@ salsa.debian.org.token: none
 [cibuild.soss]
 # value is a JSON Object
 # example:
-# environment_variables: {"PIP_INDEX_URL: http://%(read_auth)s@%(base_url)/simple"}
+# environment_variables: {"PIP_INDEX_URL": "http://%(read_auth)s@%(base_url)/simple"}
 environment_variables: none
 # value is a JSON Array
 # example: