refer to branch with origin/develop

This commit is contained in:
Axel Kohlmeyer
2024-08-22 16:30:02 -04:00
parent 613e053373
commit a204f8e69f
2 changed files with 1 additions and 3 deletions

View File

@ -253,8 +253,7 @@ def get_examples_using_styles(regex, examples='examples'):
if __name__ == "__main__":
headers = changed_files_from_git('develop')
print("headers\n", headers)
headers = changed_files_from_git('origin/develop')
styles = get_command_from_header(headers, LAMMPS_DIR)
regex = make_regex(styles)
if regex: