Skip to content

Commit ae03b74

Browse files
committed
rename
Signed-off-by: Jade Turner <[email protected]>
1 parent 0d7922a commit ae03b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upstream_utils/catch2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ def main():
6262
"ignore_whitespace": True,
6363
}
6464

65-
apriltag = Lib(name, url, tag, copy_upstream_src, patch_options)
66-
apriltag.main()
65+
catch2 = Lib(name, url, tag, copy_upstream_src, patch_options)
66+
catch2.main()
6767

6868

6969
if __name__ == "__main__":

0 commit comments

Comments
 (0)