From 64fc78426d3e4b6f7e1fc4dcb70eb8ef65961351 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Fri, 27 Sep 2024 12:01:13 +0100 Subject: [PATCH] Fix typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91ea479..cbcd185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,4 +26,4 @@ tests = ["pytest", "pytest-cov"] target-version = ["py311"] [project.scripts] -certs-deets = "cert_deets:main" +cert-deets = "cert_deets:main"