From 982aa7475c254926f05c3db1ca41a44aa19b33ed Mon Sep 17 00:00:00 2001
From: Aaron Ponti <aaron.ponti@bsse.ethz.ch>
Date: Wed, 8 May 2019 07:15:10 -0700
Subject: [PATCH] Fix typo.

---
 .../core-plugins/eln-lims/1/as/webapps/eln-lims/html/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/index.html b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/index.html
index d49c9d0401a..4603bad9906 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/index.html
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/index.html
@@ -264,7 +264,7 @@
 	<script type="text/javascript" src="./js/plugins/GenericTechnology.js"></script>
 	<script type="text/javascript" src="./js/plugins/LifeSciencesTechnology.js"></script>
 	<script type="text/javascript" src="./js/plugins/MicroscopyTechnology.js"></script>
-	<script type="text/javascript" src="./js/plugins/FlowCytomeryTechnology.js"></script>
+	<script type="text/javascript" src="./js/plugins/FlowCytometryTechnology.js"></script>
 	
 	<script type="text/javascript">
 	
-- 
GitLab