From 5546d0f73124e55164793a970d0a0a3874ae3ae9 Mon Sep 17 00:00:00 2001 From: quantumbagel Date: Sat, 20 Jan 2024 10:31:52 -0500 Subject: [PATCH] Triggered rc 1 --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 7a76059..cca7524 100644 --- a/bot.py +++ b/bot.py @@ -109,7 +109,7 @@ f" (stream={configuration['update_to']}, out_of_date_by={out_of_date_by}s)." f" The program will then close. If you want Triggered to automatically restart" f", please use systemd or Docker (recommended)") - success, exception = GitTools.update_to(commit_hash) + success, exception = GitTools.update_to(configuration["update_to"]) if success: log.warning("Successfully updated Triggered! Stopping.") sys.exit(0)