From be3fed546ec4ecdd8921823502573f19319f8c27 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Thu, 15 Feb 2018 22:56:39 +0100
Subject: [PATCH] Fix SourceDrive in host-specific template.

Refers to #28
---
 Resources/conf/host-specific.template.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Resources/conf/host-specific.template.xml b/Resources/conf/host-specific.template.xml
index 6aef0da..f9a39e1 100644
--- a/Resources/conf/host-specific.template.xml
+++ b/Resources/conf/host-specific.template.xml
@@ -6,7 +6,7 @@
     <HostAlias>Confocal Microscope (Room 123)</HostAlias>
 
     <!-- SourceDrive: local drive to operate on (include the backslash!) -->
-    <SourceDrive>C:\</SourceDrive>
+    <SourceDrive>D:\</SourceDrive>
 
 
     <!--  OPTIONAL CONFIGURATION SETTINGS  -->
-- 
GitLab