Skip to content

Commit c3fa4b7

Browse files
authored
[clang-format] Fix a bug in git-clang-format.bat (#75268)
Pass the fully-qualified path name (less the file extension) of git-clang-format.bat to py so that it can be run from anywhere. Fixes #75265.
1 parent 2a9d8ca commit c3fa4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
py -3 git-clang-format %*
1+
py -3 %~pn0 %*

0 commit comments

Comments
 (0)