Skip to content

Commit d5ec0a9

Browse files
committed
Fixed blocking issues
1 parent 00d97f4 commit d5ec0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-local/manage/disconnected-operations-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ To enable Azure Local to be air-gapped or deployed fully disconnected, you must
699699
[Environment]::SetEnvironmentVariable("NUGET_CERT_REVOCATION_MODE", "offline", [System.EnvironmentVariableTarget]::Machine)
700700
```
701701

702-
- Configure the timeserver to use your domain controller,for example. Modify the script and run it from PowerShell:
702+
- Configure the timeserver to use your domain controller, for example. Modify the script and run it from PowerShell:
703703

704704
```powershell
705705
w32tm /config /manualpeerlist:"dc.contoso.com" /syncfromflags:manual /reliable:yes /update

0 commit comments

Comments
 (0)