From 1d4103adf407517ffe202a879a690858b669a460 Mon Sep 17 00:00:00 2001 From: Evan Forbes <42654277+evan-forbes@users.noreply.github.com> Date: Mon, 17 Apr 2023 07:45:14 -0500 Subject: [PATCH] chore: Update Makefile Co-authored-by: Rootul P --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f065c2602..978e2bdd51 100644 --- a/Makefile +++ b/Makefile @@ -133,6 +133,6 @@ test-cover: # # Usage: make adr-gen NUM=016 TITLE=my-adr-title adr-gen: - @echo "--> Generating adr template" + @echo "--> Generating ADR template" @curl -sSL https://raw.githubusercontent.com/celestiaorg/.github/main/adr-template.md > docs/architecture/adr-$(NUM)-$(TITLE).md .PHONY: adr-gen