From 396f5bab4b519c6fa734dfc2ccf48ef7cbaa0ad7 Mon Sep 17 00:00:00 2001 From: Camille Frantz Date: Mon, 9 Dec 2024 10:38:51 -0600 Subject: [PATCH] add borgbackup to the list of release to check for --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index f9d1697..d1384d1 100644 --- a/main.py +++ b/main.py @@ -34,7 +34,8 @@ repos = [ 'atuinsh/atuin', 'fish-shell/fish-shell', 'JanDeDobbeleer/oh-my-posh', - 'twpayne/chezmoi' + 'twpayne/chezmoi', + 'borgbackup/borg' ] github_api = 'https://api.github.com/repos'