Skip to content

Commit 1e9cfbd

Browse files
authored
Fix placeholder syntax for device IP address (#12470)
1 parent 1e0a34f commit 1e9cfbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/docs-conceptual/install/Installing-PowerShell-on-Windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Windows 10 IoT Enterprise comes with Windows PowerShell, which we can use to dep
256256

257257
```powershell
258258
# Replace the placeholder information for the following variables:
259-
$deviceip = '<device ip address'
259+
$deviceip = '<device ip address>'
260260
$zipfile = 'PowerShell-7.5.4-win-arm64.zip'
261261
$downloadfolder = 'U:\Users\Administrator\Downloads' # The download location is local to the device.
262262
# There should be enough space for the zip file and the unzipped contents.

0 commit comments

Comments
 (0)