Skip to content

Commit

Permalink
Undo name substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Jul 15, 2024
1 parent a9feabb commit f9fc616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upstream_utils/update_mpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def apply_patches(self):
]:
git_am(
os.path.join(
self.wpilib_root, "upstream_utils/mpack_patches", f
self.wpilib_root, f"upstream_utils/{self.name}_patches", f
),
)

Expand Down

0 comments on commit f9fc616

Please sign in to comment.