소스 검색

Small fix

tags/v0.1^2
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}"


불러오는 중...
취소
저장