From 09b86292a2e72ab2df434215533b95a144217d69 Mon Sep 17 00:00:00 2001 From: Yosef Durr Date: Thu, 2 Aug 2018 15:12:31 -0700 Subject: [PATCH] update shared script location to master branch --- dev_app.ps1 | 2 +- dev_ml_python.ps1 | 2 +- dev_web.ps1 | 2 +- dev_web_nodejs.ps1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev_app.ps1 b/dev_app.ps1 index 4fae592..8c2bddc 100644 --- a/dev_app.ps1 +++ b/dev_app.ps1 @@ -7,7 +7,7 @@ Disable-UAC # see if we can't get calling URL somehow, that would eliminate this need # should move to a config file $user = "Microsoft"; -$baseBranch = "BreakUpScripts"; +$baseBranch = "master"; $finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts"; function executeScript { diff --git a/dev_ml_python.ps1 b/dev_ml_python.ps1 index d535019..9ae21b2 100644 --- a/dev_ml_python.ps1 +++ b/dev_ml_python.ps1 @@ -7,7 +7,7 @@ Disable-UAC # see if we can't get calling URL somehow, that would eliminate this need # should move to a config file $user = "Microsoft"; -$baseBranch = "BreakUpScripts"; +$baseBranch = "master"; $finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts"; function executeScript { diff --git a/dev_web.ps1 b/dev_web.ps1 index f00d917..ec84da9 100644 --- a/dev_web.ps1 +++ b/dev_web.ps1 @@ -13,7 +13,7 @@ function executeScript { # see if we can't get calling URL somehow, that would eliminate this need # should move to a config file $user = "Microsoft"; -$baseBranch = "BreakUpScripts"; +$baseBranch = "master"; $finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts"; #--- Setting up Windows --- diff --git a/dev_web_nodejs.ps1 b/dev_web_nodejs.ps1 index 41f9ec0..12c1081 100644 --- a/dev_web_nodejs.ps1 +++ b/dev_web_nodejs.ps1 @@ -7,7 +7,7 @@ Disable-UAC # see if we can't get calling URL somehow, that would eliminate this need # should move to a config file $user = "Microsoft"; -$baseBranch = "BreakUpScripts"; +$baseBranch = "master"; $finalBaseHelperUri = "https://raw.githubusercontent.com/$user/windows-dev-box-setup-scripts/$baseBranch/scripts"; function executeScript {