From 112d26e6a6f7c00f5de3e9a935e5c3be0d184c24 Mon Sep 17 00:00:00 2001 From: Larry Claman <25161683+larryclaman@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:26:58 -0500 Subject: [PATCH] Update azure-deploy-scioh-env.json Fixed reference to ohinstall.ps1 script to pull from this repo --- byos/sci/scripts/azure-deploy-scioh-env.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/byos/sci/scripts/azure-deploy-scioh-env.json b/byos/sci/scripts/azure-deploy-scioh-env.json index cb1b4b0..6f6cb91 100644 --- a/byos/sci/scripts/azure-deploy-scioh-env.json +++ b/byos/sci/scripts/azure-deploy-scioh-env.json @@ -627,7 +627,7 @@ "autoUpgradeMinorVersion": true, "settings": { "fileUris": [ - "https://raw.githubusercontent.com/LODSContent/Tom-Demo/master/ohinstall.ps1" + "https://raw.githubusercontent.com/microsoft/OpenHack/main/byos/sci/scripts/scripts/ohinstall.ps1" ] }, "protectedSettings": { @@ -636,4 +636,4 @@ } } ] -} \ No newline at end of file +}