From c04b7218ff3a56c71ea0e4e8fa3c7a53653fda41 Mon Sep 17 00:00:00 2001
From: Owen Arnold <owen.arnold@stfc.ac.uk>
Date: Thu, 22 Aug 2019 16:11:19 +0200
Subject: [PATCH] fix copy error

---
 instrument/5C1_Definition.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/instrument/5C1_Definition.xml b/instrument/5C1_Definition.xml
index ae57e760b5b..8afc99f3a11 100644
--- a/instrument/5C1_Definition.xml
+++ b/instrument/5C1_Definition.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- For help on the notation used to specify an Instrument Definition File      see http://www.mantidproject.org/IDF -->
-<instrument xmlns="http://www.mantidproject.org/IDF/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mantidproject.org/IDF/1.0 http://schema.mantidproject.org/IDF/1.0/IDFSchema.xsd" name="WISH" valid-from="1970-01-01 00:00:00" valid-to="2100-01-31 00:00:00" last-modified="2019-08-21 00:00:00">
+<instrument xmlns="http://www.mantidproject.org/IDF/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mantidproject.org/IDF/1.0 http://schema.mantidproject.org/IDF/1.0/IDFSchema.xsd" name="5C1" valid-from="1970-01-01 00:00:00" valid-to="2100-01-31 00:00:00" last-modified="2019-08-21 00:00:00">
     <defaults>
         <length unit="meter" />
         <angle unit="degree" />
-- 
GitLab