From 4ba4652eae45aee7ecf2b6c00dd6eab71847ca88 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Tue, 21 Jan 2025 20:36:30 +0000 Subject: [PATCH] Use tabs in Makefile --- 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 ce84a9d..30f728f 100644 --- a/make_files/make_cluster.mk +++ b/make_files/make_cluster.mk @@ -252,8 +252,8 @@ az-drop-throwawaydb: ## another cluster that uses this port! .PHONY: init-cluster init-cluster: - su postgres -c \ - 'pg_createcluster -p 5432 --lc-collate C --start 16 primedb -- -k' + su postgres -c \ + 'pg_createcluster -p 5432 --lc-collate C --start 16 primedb -- -k' ## create-adminuser This target only works when the PostgreSQL cluster ## with which you are interacting is on the local host. -- 2.34.1