From 379d87f50a41e217df6cda5f9f37f823be72be5a Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 5 Jan 2024 21:37:18 +0100 Subject: [PATCH] Update binary --- bin/pwnagotchi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pwnagotchi b/bin/pwnagotchi index c17dd2a0..76774590 100755 --- a/bin/pwnagotchi +++ b/bin/pwnagotchi @@ -162,7 +162,7 @@ def pwnagotchi_cli(): sys.exit(0) if args.check_update: - resp = requests.get("https://api.github.com/repos/jayofelony/pwnagotchi/releases/latest") + resp = requests.get("https://api.github.com/repos/jayofelony/pwnagotchi-bookworm/releases/latest") latest = resp.json() latest_ver = latest['tag_name'].replace('v', '')