From 9e9d05354f477cfcd87a86a35e08b0331ff36d88 Mon Sep 17 00:00:00 2001 From: Oscar Fanelli Date: Sun, 30 Dec 2018 01:55:08 +0100 Subject: [PATCH] Typo fix --- content/rancher/v2.x/en/tools/pipelines/reference/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/tools/pipelines/reference/_index.md b/content/rancher/v2.x/en/tools/pipelines/reference/_index.md index 56bd8717be9..54fb70dd065 100644 --- a/content/rancher/v2.x/en/tools/pipelines/reference/_index.md +++ b/content/rancher/v2.x/en/tools/pipelines/reference/_index.md @@ -67,6 +67,6 @@ stages: # branch conditions for the pipeline branch: include: [ master, feature/*] - exlclude: [ dev ] + exclude: [ dev ] ```