diff --git a/gitlab/functions.sh b/gitlab/functions.sh
index 1e1a84af7876b404d84fee5024bcbfa4f5ef8257..cacb02328d874b01ed29374dd21b381f5780b173 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