From 07e7ec661c3208b740c103aef352d63d0d7f4b84 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Sun, 1 Dec 2024 19:29:41 +0100 Subject: [PATCH] Small edit Signed-off-by: jayofelony --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5502039..5d2fa13f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,4 +42,4 @@ Issues = "https://github.com/jayofelony/pwnagotchi/issues" Download = "https://github.com/jayofelony/pwnagotchi/releases/latest" [project.scripts] -pwnagotchi = "bin/pwnagotchi:pwnagotchi_cli" +pwnagotchi = "pwnagotchi:pwnagotchi_cli"