From ed4f684166968b28727437d7fa72b12bf668fe9f Mon Sep 17 00:00:00 2001
From: Christian Maintz <christianmaintz@t-online.de>
Date: Thu, 16 Jul 2020 13:53:33 +0200
Subject: [PATCH] =?UTF-8?q?Update=20Run.ps1;=20Maildom=C3=A4ne=20entfernt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Beispielprojekt/Run.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Beispielprojekt/Run.ps1 b/Beispielprojekt/Run.ps1
index b5bd95d..fa20004 100644
--- a/Beispielprojekt/Run.ps1
+++ b/Beispielprojekt/Run.ps1
@@ -5,7 +5,7 @@ function Run
     param
     (
         # Pfad zur Excel-Datei (Inputdatei)
-        $xlsxpath = "C:\Verwaltungspfad\Files\mai.rwth-aachen.de.xlsx",
+        $xlsxpath = "C:\Verwaltungspfad\Files\Pfad zur Excel-Datei",
         $Logpath = "C:\Verwaltungspfad\Files\Logs\$(Get-Date -format "yyyy_MM_dd__HH_mm")_Log.log"
     )
 
-- 
GitLab