summaryrefslogtreecommitdiff
path: root/yarns/100-projects.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/100-projects.yarn')
-rw-r--r--yarns/100-projects.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/100-projects.yarn b/yarns/100-projects.yarn
index ba723d3..7c03619 100644
--- a/yarns/100-projects.yarn
+++ b/yarns/100-projects.yarn
@@ -63,7 +63,7 @@ building them. We start by starting an instance of the controller.
WHEN user makes request POST /pipelines with a valid token and body
... {
- ... "name": "build",
+ ... "pipeline": "build",
... "actions": [
... { "shell": "git clone git://repo src" },
... { "shell": "mkdir html" },