From a2d72569487cf0139bea2e3dd1ef21c6386e8157 Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Wed, 22 May 2024 11:57:54 -0500 Subject: [PATCH] One more ACS -> DSM substitution in hidden directory. --- .ci-local/travis/post-prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-local/travis/post-prepare.py b/.ci-local/travis/post-prepare.py index 5557fdf..cbff548 100755 --- a/.ci-local/travis/post-prepare.py +++ b/.ci-local/travis/post-prepare.py @@ -24,7 +24,7 @@ def sanity_check(filename): print("{}End of {}{}".format(ANSI_BLUE, filename, ANSI_RESET)) # Add the path to the driver module to the RELEASE.local file, since it is needed by the example IOC -update_release_local('MOTOR_ACS', os.getenv('TRAVIS_BUILD_DIR')) +update_release_local('MOTOR_DSM', os.getenv('TRAVIS_BUILD_DIR')) # Copy the travis RELEASE.local to the configure dir filename = "configure/RELEASE.local"