mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
typo
This commit is contained in:
parent
c31ead51dc
commit
9cbb81edf5
@ -75,7 +75,7 @@ def build_cache_dir():
|
||||
|
||||
def require_git_master(branch='master'):
|
||||
if subprocess.check_output(['git', 'symbolic-ref', '--short', 'HEAD']).strip() != branch:
|
||||
raise SystemExit('You must be in the {} got branch'.format(branch))
|
||||
raise SystemExit('You must be in the {} git branch'.format(branch))
|
||||
|
||||
|
||||
def require_clean_git():
|
||||
|
Loading…
x
Reference in New Issue
Block a user