Skip to content

Commit 74b312f

Browse files
authored
Fix PowerShell command (#1202)
Quoting PowerShell: The term 'python.bat' is not recognized as the name of a cmdlet, function, script file, or operable program. .\python.bat however works perfectly.
1 parent 5568173 commit 74b312f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/pull-request-lifecycle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ On *Windows* (after any successful build):
249249

250250
.. code-block:: dosbatch
251251
252-
python.bat Tools\patchcheck\patchcheck.py
252+
.\python.bat Tools\patchcheck\patchcheck.py
253253
254254
The automated patch checklist runs through:
255255

0 commit comments

Comments
 (0)