From 2600110233ff1bb6ae6f33913025120575c3c871 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Fri, 7 Feb 2025 23:51:49 +0000 Subject: [PATCH] Revert "docs: adjust order of initialization" This reverts commit 5f2d6648b2cb2e89dc86f7b84b852a03eec93d43. --- make_files/make_cluster.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_files/make_cluster.mk b/make_files/make_cluster.mk index 139ddac..728e94f 100644 --- a/make_files/make_cluster.mk +++ b/make_files/make_cluster.mk @@ -75,8 +75,8 @@ ## 2) Drop the "throwawaydb" database with the "az-drop-throwawaydb" ## target. ## -## 3) Skip step 1 and 2 of the "not on Azure" instructions below and -## finish the cluster installation by starting at step 3. +## 3) Skip step 1 of the "not on Azure" instructions below and +## finish the cluster installation by starting at step 2. ## (You have an administrative user.) ## ## If you are not on Azure and have a PostgreSQL installation: -- 2.34.1