From 936e661842cf416cea89f15b1677f098db8f3898 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Tue, 17 Sep 2024 18:38:28 -0700 Subject: [PATCH] fix(generation): update wrongful path of default key generation path despite it will not affect exsisitng shikigrid service configuration but still amend for better codebase uniformity & conventions --- cmd/shikigrid/setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/shikigrid/setup.go b/cmd/shikigrid/setup.go index b40cefe..badf548 100644 --- a/cmd/shikigrid/setup.go +++ b/cmd/shikigrid/setup.go @@ -131,7 +131,7 @@ func setupMode() string { // for inbox actions, set the keys to the default path if empty if (whoami || inbox) && keysPath == "" { - keysPath = "/etc/pwnagotchi/" + keysPath = "/etc/shikigotchi/" } // generate keypair