Skip to content

Commit b12cb8d

Browse files
authored
Update MasterScript.ps1
1 parent 9565568 commit b12cb8d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

MasterScript.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";"
5858
choco install git.install -y
5959
# refresh the PATH to recognize git
6060
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";" + [System.Environment]::GetEnvironmentVariable("Path","User")
61-
git clone "https://github.com/ashika789/AzureStack-AdminPowerShell-OMSIntegration.git" C:\AZSAdminOMSInt
61+
git clone "https://github.com/Azure-Samples/AzureStack-AdminPowerShell-OMSIntegration.git" C:\AZSAdminOMSInt
62+
6263

6364
# installing powershell modules for azure stack.
6465
# NuGet required for Set-PsRepository PSGallery.

0 commit comments

Comments
 (0)