summaryrefslogtreecommitdiff
path: root/yarns/600-unauthz.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-18 15:14:28 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-18 15:18:03 +0200
commit708a497c369601909bc57768bc929fdccc235406 (patch)
treee6f5a025a280d74d13b28452dfa6e6dc3b8e2953 /yarns/600-unauthz.yarn
parentb7f0f336a6300f805db64139a507996df182d765 (diff)
downloadick2-708a497c369601909bc57768bc929fdccc235406.tar.gz
Change: rename 'name' field on pipelines to 'pipeline'
For consistency.
Diffstat (limited to 'yarns/600-unauthz.yarn')
-rw-r--r--yarns/600-unauthz.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/600-unauthz.yarn b/yarns/600-unauthz.yarn
index 7eaf902..99700ba 100644
--- a/yarns/600-unauthz.yarn
+++ b/yarns/600-unauthz.yarn
@@ -44,7 +44,7 @@ Set up the controller.
... "project": "rome",
... "pipelines": [
... {
- ... "name": "construct",
+ ... "pipeline": "construct",
... "actions": [
... { "shell": "day 1" },
... { "shell": "day 2" }