From c4039040cb161ea448916971e72851dc502bb593 Mon Sep 17 00:00:00 2001
From: Anders Slaaen <anderks@sstud.ntnu.no>
Date: Thu, 19 May 2022 14:42:51 +0200
Subject: [PATCH] skriveleif

---
 source/orchestrationLogic/HEAT/bootup.ps1 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/source/orchestrationLogic/HEAT/bootup.ps1 b/source/orchestrationLogic/HEAT/bootup.ps1
index 3c79619a..25dd1aa6 100644
--- a/source/orchestrationLogic/HEAT/bootup.ps1
+++ b/source/orchestrationLogic/HEAT/bootup.ps1
@@ -43,7 +43,6 @@ if( !(Test-Path -Path "C:\flag.txt")) {
         }
 
     } while($i -lt 10)
-    $Newwork = New-Object -ComObject "Wscript.Network"
+    $Network = New-Object -ComObject "Wscript.Network"
     $Network.MapNetWorkDrive("S:", "\\192.168.0.2\share")
-
 }
-- 
GitLab