Skip to content

Commit

Permalink
Change to uppercase then reproduce #30 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Aug 30, 2022
1 parent ec9a482 commit 5a1cae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang_tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def uninstall_tool(tool_name: str, version: str, directory: str):
:param tool_name: The name of the clang tool to uninstall.
:param version: The version of the clang-tools to remove.
:param directory: the directory from which to remove the
:param directory: The directory from which to remove the
installed clang-tools.
"""
tool_path = Path(directory, f"{tool_name}-{version}{suffix}")
Expand All @@ -178,7 +178,7 @@ def uninstall_clang_tools(version: str, directory: str):
"""Uninstall a clang tool of a given version.
:param version: The version of the clang-tools to remove.
:param directory: the directory from which to remove the
:param directory: The directory from which to remove the
installed clang-tools.
"""
install_dir = install_dir_name(directory)
Expand Down

0 comments on commit 5a1cae0

Please # to comment.