From f701881f1559ac5686a3e8eac16b47b575a54e6a Mon Sep 17 00:00:00 2001
From: Dave Casper <dcasper@uci.edu>
Date: Fri, 21 Feb 2020 22:15:17 +0000
Subject: [PATCH] Fix typo in README

---
 Control/CalypsoExample/GeoModelTest/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/CalypsoExample/GeoModelTest/README.md b/Control/CalypsoExample/GeoModelTest/README.md
index 2ce8aa3a..aebd77fa 100644
--- a/Control/CalypsoExample/GeoModelTest/README.md
+++ b/Control/CalypsoExample/GeoModelTest/README.md
@@ -12,7 +12,7 @@ This example package serves several purposes:
 To run the algorithm, in a run directory where Calypso has been installed (displayed below as the command-line prompt `run >`), do
 
 ```
-run > ./setup.sh
+run > source ./setup.sh
 run > python python/GeoModelTest/GeoModelTestConfig.py
 ```
 
-- 
GitLab