Skip to content

Commit

Permalink
Merge pull request #1 from quantumbagel/stable
Browse files Browse the repository at this point in the history
Triggered rc 1
  • Loading branch information
quantumbagel authored Jan 20, 2024
2 parents 0969261 + 5546d0f commit 59de5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 59de5e3

Please sign in to comment.