This commit is contained in:
Kovid Goyal
2020-09-02 10:51:01 +05:30
parent c31ead51dc
commit 9cbb81edf5
+1 -1
View File
@@ -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():