From 5ac1ecd0142a5cfdfc8499c5b6ef4e1f629cd046 Mon Sep 17 00:00:00 2001 From: Mary Jo Ramos Date: Fri, 5 Oct 2018 14:51:01 -0500 Subject: [PATCH] line fix in bootstrap.py --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.py b/bootstrap.py index c31c71e4409e8..ec421731891d4 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -52,7 +52,7 @@ # TODO: this mimics the override in the "common" job in .circleci/config.yaml with open('.circleci/common.sh', 'w') as fout: - fout.write("MINICONDA_VER=4.5.4\nBIOCONDA_UTILS_TAG=cb3-migration\n") + fout.write("MINICONDA_VER=4.5.4\nBIOCONDA_UTILS_TAG=master\n") local_config_path = os.path.expanduser('~/.config/bioconda/activate')