From baaa252c7ed569dce1807a71dbb70e9d81847c9d Mon Sep 17 00:00:00 2001 From: "Dusty.P" Date: Fri, 20 Apr 2018 22:40:13 -0800 Subject: [PATCH] Fixed Git Pull --- exts/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exts/git.py b/exts/git.py index b89f14c..777af7c 100644 --- a/exts/git.py +++ b/exts/git.py @@ -30,7 +30,7 @@ class Git: result += await asyncio.wait_for(self.bot.loop.create_task(run_command('git reset --hard ' 'origin/$(git ' 'rev-parse --symbolic-full-name' - '--abbrev-ref HEAD)')), 120) + '\n\n' + ' --abbrev-ref HEAD)')), 120) + '\n\n' result += await asyncio.wait_for(self.bot.loop.create_task(run_command('git show --stat | ' 'sed "s/.*@.*[.].*/ /g"')), 10) results = paginate(result, maxlen=1014)