From 627e2099ac65d81552d0210ee6d941eb1e751b3f Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sun, 17 Apr 2016 15:21:13 +0200 Subject: [PATCH] Silent cog repo update --- cogs/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/downloader.py b/cogs/downloader.py index 5d9c39ef8..cac753f49 100644 --- a/cogs/downloader.py +++ b/cogs/downloader.py @@ -139,7 +139,7 @@ class Downloader: print("Downloading cogs repo...") call(["git", "clone", "https://github.com/Twentysix26/Red-Cogs.git", "data/downloader"]) # It's blocking but it shouldn't matter else: - Popen(["git", "-C", "data/downloader", "pull"]) + Popen(["git", "-C", "data/downloader", "pull", "-q"]) def setup(bot): n = Downloader(bot)