Skip to content

Commit 8b3d642

Browse files
Harald S. FianbakkenHarald S. Fianbakken
authored andcommitted
Fixed backspace error in script example
1 parent c1dc24c commit 8b3d642

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
@@ -238,7 +238,7 @@ To prepare the first machine for the disconnected operations appliance, follow t
238238
1. Import the **Operations module**. Run the command as an administrator using PowerShell. Modify the path to match your folder structure.
239239
240240
```powershell
241-
Import-Module "$applianceConfigBasePath \OperationsModule\Azure.Local.DisconnectedOperations.psd1" -Force
241+
Import-Module "$applianceConfigBasePath\OperationsModule\Azure.Local.DisconnectedOperations.psd1" -Force
242242
$mgmntCertFolderPath = "$certspath\ManagementEndpointCerts"
243243
$ingressCertFolderPath = "$certspath\IngressEndpointCerts"
244244
```

0 commit comments

Comments
 (0)