let's unfuck those sprites

This commit is contained in:
Superhats
2018-08-28 19:33:02 +02:00
parent c18ca03c66
commit a275d91fef
+1 -1
View File
@@ -60,7 +60,7 @@ def main(relative_root):
path = icon_conflicts[i]
print("{}: {}".format("Merging", path))
common_ancestor_hash = run_shell_command("git merge-base ORIG_HEAD master").strip()
common_ancestor_hash = run_shell_command("git merge-base MERGE_HEAD HEAD").strip()
ours_icon = NamedTemporaryFile(delete=False)
theirs_icon = NamedTemporaryFile(delete=False)