We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5a183 commit 649f2ccCopy full SHA for 649f2cc
decomp_diff.py
@@ -53,7 +53,7 @@ def main():
53
local_path = os.path.abspath(local_path)
54
new_lines = read_file(local_path)
55
56
- repo_path = os.path.join(os.path.dirname(__file__), "oot")
+ repo_path = os.path.join(os.path.dirname(__file__), "soh")
57
relative_path = os.path.relpath(local_path, repo_path)
58
59
if len(sys.argv) > 2:
0 commit comments