From abaed514fbac39e61b2a828355a90d4720327a4b Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sun, 9 Oct 2022 00:52:29 -0700 Subject: [PATCH] Fix wk-debug --- scripts/wk-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wk-debug b/scripts/wk-debug index aff76922..638bf50d 100755 --- a/scripts/wk-debug +++ b/scripts/wk-debug @@ -2,4 +2,4 @@ # ## WizardKit: Debug Launcher -python3 -i wk_debug.py +python3 -i /usr/local/bin/wk_debug.py