From 628d5b33499d656ad154b851e7148af18e940c01 Mon Sep 17 00:00:00 2001 From: Thomas Kidd Date: Sat, 16 Mar 2024 20:15:59 -0500 Subject: [PATCH] changed setup_host.sh to setup.sh --- bin/wrapper_nightly_runs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/wrapper_nightly_runs.sh b/bin/wrapper_nightly_runs.sh index 6b1dd9bf0..65fc09e88 100755 --- a/bin/wrapper_nightly_runs.sh +++ b/bin/wrapper_nightly_runs.sh @@ -19,10 +19,10 @@ echo "Current directory" pwd echo "Sourcing setup_host" -source ./setup_host.sh >> $LOG 2>&1 +source ./setup.sh >> $LOG 2>&1 cd $PYTHON_SCRIPT pwd echo "Running python file" -python nightly_build.py >> $LOG 2>&1 +python nightly_build.py >> $LOG 2>&1 echo "Finished"