diff --git a/integtest/sample_ehn1_multihost_test.py b/integtest/sample_ehn1_multihost_test.py index 891c44e..222be1f 100644 --- a/integtest/sample_ehn1_multihost_test.py +++ b/integtest/sample_ehn1_multihost_test.py @@ -128,7 +128,7 @@ sw_setup_script = "" if os.path.exists(f"{sw_area_root}/env.sh"): sw_setup_script = "env.sh" - elif os.path.exists(f"{sw_area_root}/dbt-setup-release-env.sh.sh"): + elif os.path.exists(f"{sw_area_root}/dbt-setup-release-env.sh"): sw_setup_script = "dbt-setup-release-env.sh" if sw_setup_script: print("")