From dacbd859e326a6185c14d0006ba337ecedf3f0db Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 4 Oct 2023 11:51:07 -0500 Subject: [PATCH] Fix indentation --- make_files/make_db.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_files/make_db.mk b/make_files/make_db.mk index aa1015c..ae63110 100644 --- a/make_files/make_db.mk +++ b/make_files/make_db.mk @@ -285,7 +285,7 @@ reindex: $(PSQL_DEPENDS) \ db/schemas/createindexes.sql ; ) \ | psql $(PSQL_ARGS) $(PSQL_SINGLE_TRANS) --set=ON_ERROR_STOP=y -## recomment Re-install all the comments +## recomment Re-install all the comments .PHONY: recomment recomment: $(PSQL_DEPENDS) \ db/schemas/comment_off.sql db/schemas/comment_on.sql -- 2.34.1