From 4e2ae90459cf79bb392665198d447aaeb971a983 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 16 Jan 2018 17:41:35 +0100 Subject: [PATCH] Cleanup comment --- gitlab/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/functions.sh b/gitlab/functions.sh index 1e1a84a..cacb023 100644 --- a/gitlab/functions.sh +++ b/gitlab/functions.sh @@ -309,7 +309,7 @@ install_miniconda() { # install miniconda bash miniconda.sh -b -p ${1} - # Put back cache and merge urls.txt (meaningful only on macosx) + # Put back cache and merge urls.txt merge_conda_cache ${1}/pkgs ${1}.cached/pkgs # remove the backup cache folder rm -rf ${1}.cached -- GitLab