Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
use HEAD instead of master for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed Jan 9, 2019
1 parent bd2f3bd commit 9819969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/license_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def under_git():

def git_files():
return list(map(os.fsdecode,
subprocess.check_output('git ls-tree -r master --name-only -z'.split()).split(b'\0')))
subprocess.check_output('git ls-tree -r HEAD --name-only -z'.split()).split(b'\0')))


def file_generator(path: str):
Expand Down

0 comments on commit 9819969

Please sign in to comment.