From 87c91652f3d4f39e6a3d876dfa0f31a5dc17664e Mon Sep 17 00:00:00 2001 From: Ian Harry Date: Mon, 26 Jun 2023 09:13:10 +0100 Subject: [PATCH] Prepare for merging --- tools/docker_build_dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker_build_dist.sh b/tools/docker_build_dist.sh index fb43fea08aa..9cddcdaaece 100755 --- a/tools/docker_build_dist.sh +++ b/tools/docker_build_dist.sh @@ -15,7 +15,7 @@ done # set the lalsuite checkout to use -if [ "x$SOURCE_TAG" == "x" ] ; then +if [ "x$SOURCE_TAG" != "x" ] ; then SOURCE_TAG="master" RSYNC_OPTIONS="--delete" else