From 152d5b38ff06ca81c1717463c2cae950446bb9f1 Mon Sep 17 00:00:00 2001
From: Natasha Pavlovikj <npavlovikj2@unl.edu>
Date: Thu, 9 Mar 2023 19:20:08 -0600
Subject: [PATCH] Remove extra module line

---
 content/applications/app_specific/building_lis.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/content/applications/app_specific/building_lis.md b/content/applications/app_specific/building_lis.md
index 6f13d9b9..a9a2f31b 100644
--- a/content/applications/app_specific/building_lis.md
+++ b/content/applications/app_specific/building_lis.md
@@ -105,7 +105,6 @@ The following example shows how to compile LIS (Land Information System).
 {{% panel theme="info" header="Building LIS" %}}
 {{< highlight bash >}}
 [demo01@login.crane lis]$ module purge
-[demo01@login.crane lis]$ module load compiler/intel/19 openmpi/4.0
 [demo01@login.crane lis]$ module load compiler/intel/19 openmpi/4.0 LIS/7.3
 	This module loads the LIS suite (lis,lvt,ldt) build environment.
 	Users are expected to compile LIS themselves.
-- 
GitLab