Fixed Git Pull
This commit is contained in:
parent
774f95a70e
commit
baaa252c7e
@ -30,7 +30,7 @@ class Git:
|
|||||||
result += await asyncio.wait_for(self.bot.loop.create_task(run_command('git reset --hard '
|
result += await asyncio.wait_for(self.bot.loop.create_task(run_command('git reset --hard '
|
||||||
'origin/$(git '
|
'origin/$(git '
|
||||||
'rev-parse --symbolic-full-name'
|
'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 | '
|
result += await asyncio.wait_for(self.bot.loop.create_task(run_command('git show --stat | '
|
||||||
'sed "s/.*@.*[.].*/ /g"')), 10)
|
'sed "s/.*@.*[.].*/ /g"')), 10)
|
||||||
results = paginate(result, maxlen=1014)
|
results = paginate(result, maxlen=1014)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user