Skip to content

Commit

Permalink
rename conflict-resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
double16 committed Sep 27, 2023
1 parent ab4f1fc commit c55fda8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def resolution_generator(paths: list[str]):
cause="original has latest filter hash")


def dropbox_conflict_resolve(argv: list[str]):
def conflict_resolve(argv: list[str]):
if not argv:
argv = ['.']
for resolution in resolution_generator(argv):
Expand All @@ -97,4 +97,4 @@ def has_words(input_info) -> bool:

if __name__ == '__main__':
common.setup_cli()
sys.exit(dropbox_conflict_resolve(sys.argv[1:]))
sys.exit(conflict_resolve(sys.argv[1:]))

0 comments on commit c55fda8

Please sign in to comment.