Skip to content

Commit 5a27b56

Browse files
committed
docs(lib-builder): Fix windows command
1 parent fab5980 commit 5a27b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/en/lib_builder.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ For Windows, use the following command in PowerShell from the root of the ``ardu
271271
.. code-block:: powershell
272272
273273
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/espressif/esp32-arduino-lib-builder/master/tools/docker/run.ps1" -OutFile "run.ps1"
274-
.\run.ps1 $PWD
274+
.\run.ps1 $pwd
275275
276276
.. warning::
277277
It is always a good practice to understand what the script does before running it.

0 commit comments

Comments
 (0)