We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9565568 commit b12cb8dCopy full SHA for b12cb8d
1 file changed
MasterScript.ps1
@@ -58,7 +58,8 @@ $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";"
58
choco install git.install -y
59
# refresh the PATH to recognize git
60
$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
+git clone "https://github.com/Azure-Samples/AzureStack-AdminPowerShell-OMSIntegration.git" C:\AZSAdminOMSInt
62
+
63
64
# installing powershell modules for azure stack.
65
# NuGet required for Set-PsRepository PSGallery.
0 commit comments