Fix relative path

This commit is contained in:
JordanLongstaff 2026-04-08 10:07:21 -04:00
parent 7b5a1834f1
commit 649f2cc0e1

View file

@ -53,7 +53,7 @@ def main():
local_path = os.path.abspath(local_path)
new_lines = read_file(local_path)
repo_path = os.path.join(os.path.dirname(__file__), "oot")
repo_path = os.path.join(os.path.dirname(__file__), "soh")
relative_path = os.path.relpath(local_path, repo_path)
if len(sys.argv) > 2: