Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs committed Feb 22, 2024
1 parent 08e857b commit 02fa130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/check_migrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def check_migration_file(filepath):
sys.exit(1)

def main():
current_branch_files = list_files_on_branch('HEAD')
current_branch_files = list_files_on_branch('HEAD', "develop")
print("Files on current branch:")
print('\n'.join(current_branch_files))

Expand Down

0 comments on commit 02fa130

Please sign in to comment.