From 653bfe15efbaa529efa1cb7fc9f5b4e824172e30 Mon Sep 17 00:00:00 2001
From: Michael <m.langguth@fz-juelich.de>
Date: Wed, 19 May 2021 13:18:04 +0200
Subject: [PATCH] Correction to info text in creat_env.sh.

---
 video_prediction_tools/env_setup/create_env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/video_prediction_tools/env_setup/create_env.sh b/video_prediction_tools/env_setup/create_env.sh
index c78a1894..31f2065e 100755
--- a/video_prediction_tools/env_setup/create_env.sh
+++ b/video_prediction_tools/env_setup/create_env.sh
@@ -155,7 +155,7 @@ source "${WORKING_DIR}"/utils/runscript_generator/setup_runscript_templates.sh
 
 echo "******************************************** NOTE ********************************************"
 echo "${info_str}"
-echo "Make use of config_runscript.py to generate customized runscripts of the workflow steps."
+echo "Make use of generate_runscript.py to generate customized runscripts of the workflow steps."
 echo "******************************************** NOTE ********************************************"
 
 # finally clean up loaded modules (if we are not on Juwels)
-- 
GitLab