Skip to content

Commit ddc19ea

Browse files
authored
Merge pull request #86154 from identity-jason/patch-1
Update emulator-command-line-parameters.md
2 parents be42e8e + f7d4dfe commit ddc19ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/emulator-command-line-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Az
7373
or place the `PSModules` directory on your `PSModulePath` and import it as shown in the following command:
7474

7575
```powershell
76-
$env:PSModulePath += "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules"
76+
$env:PSModulePath += ";$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules"
7777
Import-Module Microsoft.Azure.CosmosDB.Emulator
7878
```
7979

0 commit comments

Comments
 (0)