From 4dc26c1dd02a6102eca71b71f02d53a0a0bd700a Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 5 Nov 2021 22:35:49 +0100
Subject: [PATCH] fix(cleanup): Adjust to new node name schema

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index eccc6a11c..df3b4e573 100644
--- a/Makefile
+++ b/Makefile
@@ -28,4 +28,4 @@ deploy: check-machine ## Deploy infrastructure on Hetzner Cloud
 .PHONY: destroy
 destroy: check-machine ## Destroy infrastructure on Hetzner Cloud
 	cd ./terraform && make destroy
-	for i in node0{1..3}.$(TF_VAR_dns_domain); do ssh-keygen -R "$$i"; done
+	for i in cp0{1..3}.$(TF_VAR_dns_domain); do ssh-keygen -R "$$i"; done
-- 
GitLab