Skip to content

Commit 3c2bfff

Browse files
committed
Update error message
1 parent c7335c2 commit 3c2bfff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang_tools/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def move_and_chmod_binary(old_file_name, new_file_name, directory) -> None:
7676
except PermissionError:
7777
raise SystemExit(
7878
f"Don't have permission to install {new_file_name} to {install_dir}. \
79-
Try to run with the appropriate permissions."
79+
Try to run with the appropriate permissions."
8080
)
8181

8282

0 commit comments

Comments
 (0)