Ben Kurtovic пре 12 година
родитељ
комит
5e823b718b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      earwigbot/commands/git.py

+ 1
- 1
earwigbot/commands/git.py Прегледај датотеку

@@ -152,7 +152,7 @@ class Command(BaseCommand):
self.reply(self.data, msg)
else:
ref.checkout()
ms = "switched from branch \x0302{1}\x0301 to \x0302{1}\x0301."
ms = "switched from branch \x0302{0}\x0301 to \x0302{1}\x0301."
msg = ms.format(current_branch, target)
self.reply(self.data, msg)
log = "{0} checked out branch {1} of {2}"


Loading…
Откажи
Сачувај