mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 01:32:34 -04:00
typo
This commit is contained in:
+1
-1
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user