aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/env
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipe_modules/env')
-rw-r--r--infra/bots/recipe_modules/env/example.expected/test.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/bots/recipe_modules/env/example.expected/test.json b/infra/bots/recipe_modules/env/example.expected/test.json
index be38b1542c..10cf37c76b 100644
--- a/infra/bots/recipe_modules/env/example.expected/test.json
+++ b/infra/bots/recipe_modules/env/example.expected/test.json
@@ -22,7 +22,7 @@
"hi"
],
"env": {
- "PATH": "mypath:%(PATH)s"
+ "PATH": "mypath:<PATH>"
},
"name": "3"
},
@@ -32,7 +32,7 @@
"hi"
],
"env": {
- "PATH": "mypath:%(PATH)s:otherpath"
+ "PATH": "mypath:<PATH>:otherpath"
},
"name": "4"
},