Skip to content

Commit 649f2cc

Browse files
Fix relative path
1 parent 7b5a183 commit 649f2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decomp_diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def main():
5353
local_path = os.path.abspath(local_path)
5454
new_lines = read_file(local_path)
5555

56-
repo_path = os.path.join(os.path.dirname(__file__), "oot")
56+
repo_path = os.path.join(os.path.dirname(__file__), "soh")
5757
relative_path = os.path.relpath(local_path, repo_path)
5858

5959
if len(sys.argv) > 2:

0 commit comments

Comments
 (0)