From a01e84f8ed23d7a4dbb7a1a07734aec6a2817285 Mon Sep 17 00:00:00 2001 From: Yosef Durr Date: Tue, 28 Aug 2018 13:44:04 -0700 Subject: [PATCH] fixing sample path --- scripts/GetMLPythonSamplesOffGithub.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/GetMLPythonSamplesOffGithub.ps1 b/scripts/GetMLPythonSamplesOffGithub.ps1 index 60969c7..a968b46 100644 --- a/scripts/GetMLPythonSamplesOffGithub.ps1 +++ b/scripts/GetMLPythonSamplesOffGithub.ps1 @@ -3,4 +3,4 @@ write-host "Downloading Python ML samples to your desktop ..." Update-SessionEnvironment cd $env:USERPROFILE\desktop -git clone https://github.com/Microsoft/Dev-Advocacy-Samples/tree/master/python-mlclassification +git clone https://github.com/Microsoft/Dev-Advocacy-Samples