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', '')