From 5a437add0120ee3ebf34df6ad5b734461c54ada1 Mon Sep 17 00:00:00 2001
From: Florent Monbillard <f.monbillard@gmail.com>
Date: Mon, 7 Sep 2020 05:11:42 -0400
Subject: [PATCH] Fix upgrade playbook name (#6625)

* Fix upgrade playbook name

* Fix my fix :)
---
 docs/nodes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/nodes.md b/docs/nodes.md
index fe445a131..6741bfea2 100644
--- a/docs/nodes.md
+++ b/docs/nodes.md
@@ -52,7 +52,7 @@ change your inventory to:
 
 ## 2) Upgrade the cluster
 
-run `cluster-upgrade.yml` or `cluster.yml`. Now you are good to go on with the removal.
+run `upgrade-cluster.yml` or `cluster.yml`. Now you are good to go on with the removal.
 
 ## Adding/replacing a worker node
 
-- 
GitLab