From ed142950cbafbda55ae1b632f3bc5fb5db1172c6 Mon Sep 17 00:00:00 2001
From: Paul Caskey <pcaskey@internet2.edu>
Date: Wed, 21 Nov 2018 11:16:33 -0600
Subject: [PATCH] Update rebuild.ps1

---
 bin/windows/rebuild.ps1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/windows/rebuild.ps1 b/bin/windows/rebuild.ps1
index acda608..24032c4 100644
--- a/bin/windows/rebuild.ps1
+++ b/bin/windows/rebuild.ps1
@@ -1,4 +1,4 @@
-. ./destroy.ps1
+. ./bin/windows/destroy.ps1
 if ($lastexitcode -ne 0) { exit $lastexitcode} 
-. ./build.ps1
+. ./bin/windows/build.ps1
 if ($lastexitcode -ne 0) { exit $lastexitcode}