From dcb7809f19aa12dca97565eeaeaa83e769cb91bd Mon Sep 17 00:00:00 2001
From: Scott Dodson <sdodson@redhat.com>
Date: Mon, 13 Mar 2017 11:12:50 -0400
Subject: Fix typo

---
 playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'playbooks')

diff --git a/playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml b/playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml
index fb79f898f..ae63c9ca9 100644
--- a/playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml
+++ b/playbooks/common/openshift-cluster/upgrades/v3_5/validator.yml
@@ -59,7 +59,7 @@
         migrating to StatefulSets, run this command as a user with
         cluster-admin privileges:
 
-        $ oc get petsets --all-namespaces -o yaml | oc delete -f - --cascale=false
+        $ oc get petsets --all-namespaces -o yaml | oc delete -f - --cascade=false
     when:
     # Search did not fail, valid resource type found
     - l_do_petsets_exist.results.returncode == 0
-- 
cgit v1.2.3