From 9884c3575a9b7eab3a552a36c2a82a6fc670af99 Mon Sep 17 00:00:00 2001 From: garrettladley Date: Tue, 22 Oct 2024 14:07:36 -0400 Subject: [PATCH] nit: ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbcd46f..9a64dbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: go install github.com/cloudflare/cfssl/cmd/cfssljson@latest - name: Init run: make init - - name: Generate Certificate + - name: Generate Certificates run: make gencert - name: Test run: make test